@NoOffset @Name(value="tl::optional<size_t>") @Properties(inherit=depthai.class) public class SizeTOptional extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SizeTOptional() |
SizeTOptional(long value) |
SizeTOptional(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
get() |
boolean |
has_value() |
SizeTOptional |
put(long value) |
SizeTOptional |
put(SizeTOptional x) |
void |
reset() |
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 SizeTOptional(Pointer p)
Pointer(Pointer)
.public SizeTOptional(long value)
public SizeTOptional()
@Name(value="operator =") @ByRef public SizeTOptional put(@ByRef SizeTOptional x)
public boolean has_value()
public void reset()
@ValueSetter public SizeTOptional put(@Cast(value="size_t") long value)
Copyright © 2024. All rights reserved.