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