@Name(value="std::unordered_map<std::string,dai::NodeIoInfo>") @Properties(inherit=depthai.class) public class StringNodeIoInfoMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
StringNodeIoInfoMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StringNodeIoInfoMap() |
StringNodeIoInfoMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringNodeIoInfoMap.Iterator |
begin() |
boolean |
empty() |
StringNodeIoInfoMap.Iterator |
end() |
void |
erase(StringNodeIoInfoMap.Iterator pos) |
NodeIoInfo |
get(BytePointer i) |
StringNodeIoInfoMap |
put(BytePointer i,
NodeIoInfo value) |
StringNodeIoInfoMap |
put(StringNodeIoInfoMap x) |
long |
size() |
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 StringNodeIoInfoMap(Pointer p)
Pointer(Pointer).public StringNodeIoInfoMap()
@Name(value="operator =") @ByRef public StringNodeIoInfoMap put(@ByRef StringNodeIoInfoMap x)
public boolean empty()
public long size()
@Index @ByRef public NodeIoInfo get(@StdString BytePointer i)
public StringNodeIoInfoMap put(@StdString BytePointer i, NodeIoInfo value)
public void erase(@ByVal StringNodeIoInfoMap.Iterator pos)
@ByVal public StringNodeIoInfoMap.Iterator begin()
@ByVal public StringNodeIoInfoMap.Iterator end()
Copyright © 2021. All rights reserved.