public class
TF_AllocatorAttributes
Public Constructors
TF_AllocatorAttributes()
Default native constructor.
|
|
TF_AllocatorAttributes(long size)
Native array allocator.
|
|
TF_AllocatorAttributes(Pointer p)
Pointer cast constructor.
|
Public Methods
TF_AllocatorAttributes |
getPointer(long i)
|
byte |
on_host()
|
TF_AllocatorAttributes |
on_host(byte setter)
|
TF_AllocatorAttributes |
position(long position)
|
long | |
TF_AllocatorAttributes |
struct_size(long setter)
|
Inherited Methods
Public Constructors
public TF_AllocatorAttributes ()
Default native constructor.
public TF_AllocatorAttributes (long size)
Native array allocator. Access with ERROR(/Pointer#position(long))
.
public TF_AllocatorAttributes (Pointer p)
Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer))
.