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