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