@NoOffset @Name(value="std::tuple<bool,std::string,std::vector<uint8_t> >") @Properties(inherit=depthai.class) public class BoolStringByteVectorTuple extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BoolStringByteVectorTuple() |
BoolStringByteVectorTuple(boolean value0,
BytePointer value1,
ByteVector value2) |
BoolStringByteVectorTuple(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
get0() |
static boolean |
get0(BoolStringByteVectorTuple container) |
BytePointer |
get1() |
static BytePointer |
get1(BoolStringByteVectorTuple container) |
ByteVector |
get2() |
static ByteVector |
get2(BoolStringByteVectorTuple container) |
BoolStringByteVectorTuple |
put(BoolStringByteVectorTuple 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, zeropublic BoolStringByteVectorTuple(Pointer p)
Pointer(Pointer).public BoolStringByteVectorTuple(@Cast(value="bool") boolean value0, @StdString BytePointer value1, @ByRef ByteVector value2)
public BoolStringByteVectorTuple()
@Name(value="operator =") @ByRef public BoolStringByteVectorTuple put(@ByRef BoolStringByteVectorTuple x)
@Namespace @Name(value="std::get<0>") @Cast(value="bool") public static boolean get0(@ByRef BoolStringByteVectorTuple container)
@StdString public BytePointer get1()
@Namespace @Name(value="std::get<1>") @StdString public static BytePointer get1(@ByRef BoolStringByteVectorTuple container)
@ByRef public ByteVector get2()
@Namespace @Name(value="std::get<2>") @ByRef public static ByteVector get2(@ByRef BoolStringByteVectorTuple container)
Copyright © 2023. All rights reserved.