@NoOffset @Name(value="std::tuple<bool,float>") @Properties(inherit=depthai.class) public class BoolFloatTuple extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BoolFloatTuple() |
BoolFloatTuple(boolean value0,
float value1) |
BoolFloatTuple(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
get0() |
static boolean |
get0(BoolFloatTuple container) |
float |
get1() |
static float |
get1(BoolFloatTuple container) |
BoolFloatTuple |
put(BoolFloatTuple x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public BoolFloatTuple(Pointer p)
Pointer(Pointer)
.public BoolFloatTuple()
@Name(value="operator =") @ByRef public BoolFloatTuple put(@ByRef BoolFloatTuple x)
@Namespace @Name(value="std::get<0>") @Cast(value="bool") public static boolean get0(@ByRef BoolFloatTuple container)
public float get1()
@Namespace @Name(value="std::get<1>") public static float get1(@ByRef BoolFloatTuple container)
Copyright © 2024. All rights reserved.