@Name(value="std::unordered_map<std::string,int>") @Properties(inherit=onnx.class) public class StringIntMap extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
StringIntMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StringIntMap() |
StringIntMap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringIntMap.Iterator |
begin() |
boolean |
empty() |
StringIntMap.Iterator |
end() |
int |
get(BytePointer i) |
StringIntMap |
put(BytePointer i,
int value) |
StringIntMap |
put(StringIntMap x) |
long |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic StringIntMap(Pointer p)
Pointer.Pointer(Pointer).public StringIntMap()
@Name(value="operator =") @ByRef public StringIntMap put(@ByRef StringIntMap x)
public boolean empty()
public long size()
@Index public int get(@StdString BytePointer i)
public StringIntMap put(@StdString BytePointer i, int value)
@ByVal public StringIntMap.Iterator begin()
@ByVal public StringIntMap.Iterator end()
Copyright © 2020. All rights reserved.