@NoOffset @Name(value="tl::optional<bool>") @Properties(inherit=depthai.class) public class BoolOptional extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BoolOptional() |
BoolOptional(boolean value) |
BoolOptional(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
get() |
BoolOptional |
put(boolean value) |
BoolOptional |
put(BoolOptional x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic BoolOptional(Pointer p)
Pointer(Pointer).public BoolOptional(boolean value)
public BoolOptional()
@Name(value="operator =") @ByRef public BoolOptional put(@ByRef BoolOptional x)
@ValueSetter public BoolOptional put(@Cast(value="bool") boolean value)
Copyright © 2021. All rights reserved.