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