@Name(value="std::unordered_map<std::int32_t,std::unique_ptr<tflite::resource::ResourceBase> >") @Properties(inherit=tensorflowlite.class) public class IntResourceBaseMap extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
IntResourceBaseMap.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
IntResourceBaseMap() |
IntResourceBaseMap(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntResourceBaseMap.Iterator |
begin() |
boolean |
empty() |
IntResourceBaseMap.Iterator |
end() |
void |
erase(IntResourceBaseMap.Iterator pos) |
ResourceBase |
get(int i) |
IntResourceBaseMap |
put(int i,
ResourceBase value) |
IntResourceBaseMap |
put(IntResourceBaseMap x) |
long |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public IntResourceBaseMap(Pointer p)
Pointer(Pointer)
.public IntResourceBaseMap()
@Name(value="operator =") @ByRef public IntResourceBaseMap put(@ByRef @StdMove IntResourceBaseMap x)
public boolean empty()
public long size()
@Index @UniquePtr @Cast(value={"","std::unique_ptr<tflite::resource::ResourceBase>&&"}) public ResourceBase get(@Cast(value="std::int32_t") int i)
public IntResourceBaseMap put(@Cast(value="std::int32_t") int i, ResourceBase value)
public void erase(@ByVal IntResourceBaseMap.Iterator pos)
@ByVal public IntResourceBaseMap.Iterator begin()
@ByVal public IntResourceBaseMap.Iterator end()
Copyright © 2025. All rights reserved.