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