@Namespace(value="tvm::runtime") @Properties(inherit=tvm_runtime.class) public class Closure extends ObjectRef
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter_type_is_nullable| Constructor and Description |
|---|
Closure() |
Closure(Closure other) |
Closure(long size)
Native array allocator.
|
Closure(ObjectPtr n) |
Closure(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ClosureObj |
access() |
ClosureObj |
get() |
Closure |
getPointer(long i) |
Closure |
position(long position) |
Closure |
put(Closure other) |
_type_is_nullable, defined, equals, lessThan, notEquals, same_as, unique, use_countaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Closure(Pointer p)
Pointer(Pointer).public Closure(long size)
Pointer.position(long).public Closure()
public Closure getPointer(long i)
getPointer in class ObjectRef@Const @Name(value="operator ->") public ClosureObj access()
@Const public ClosureObj get()
Copyright © 2021. All rights reserved.