@Name(value="tvm::runtime::ObjectPtr<tvm::runtime::MapNode>") @NoOffset @Properties(inherit=tvm_runtime.class) public class MapNodePtr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
MapNodePtr()
\brief default constructor
|
MapNodePtr(long size)
Native array allocator.
|
MapNodePtr(MapNodePtr other)
\brief copy constructor
|
MapNodePtr(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
MapNode |
access() |
boolean |
asBoolean()
\brief nullptr check
|
boolean |
equals(MapNodePtr other) |
MapNode |
get() |
MapNodePtr |
getPointer(long i) |
MapNode |
multiply() |
boolean |
notEquals(MapNodePtr other) |
MapNodePtr |
position(long position) |
MapNodePtr |
put(MapNodePtr other)
\brief copy assignment
|
void |
reset()
\brief reset the content of ptr to be nullptr
|
void |
swap(MapNodePtr other)
\brief Swap this array with another Object
|
boolean |
unique() |
int |
use_count() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public MapNodePtr(Pointer p)
Pointer(Pointer)
.public MapNodePtr(long size)
Pointer.position(long)
.public MapNodePtr()
public MapNodePtr(@Const @ByRef MapNodePtr other)
other
- The value to be movedpublic MapNodePtr position(long position)
public MapNodePtr getPointer(long i)
getPointer
in class Pointer
public void swap(@ByRef MapNodePtr other)
other
- The other Objectpublic MapNode get()
@ByRef @Name(value="operator =") public MapNodePtr put(@Const @ByRef MapNodePtr other)
other
- The value to be assigned.@Cast(value="bool") @Name(value="operator bool") public boolean asBoolean()
public void reset()
public int use_count()
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef MapNodePtr other)
Copyright © 2024. All rights reserved.