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