@Name(value="std::unordered_set<std::string>") @Properties(inherit=onnx.class) public class UnorderedStringSet extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
UnorderedStringSet.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
UnorderedStringSet() |
UnorderedStringSet(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UnorderedStringSet.Iterator |
begin() |
boolean |
empty() |
UnorderedStringSet.Iterator |
end() |
void |
erase(BytePointer value) |
void |
insert(BytePointer value) |
UnorderedStringSet |
put(UnorderedStringSet 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 UnorderedStringSet(Pointer p)
Pointer.Pointer(Pointer).public UnorderedStringSet()
@Name(value="operator =") @ByRef public UnorderedStringSet put(@ByRef UnorderedStringSet x)
public boolean empty()
public long size()
public void insert(@StdString BytePointer value)
public void erase(@StdString BytePointer value)
@ByVal public UnorderedStringSet.Iterator begin()
@ByVal public UnorderedStringSet.Iterator end()
Copyright © 2020. All rights reserved.