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