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