public static class Expression.Call extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Call()
Default native constructor.
|
Call(long size)
Native array allocator.
|
Call(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
arguments() |
Expression.Call |
arguments(Expression setter) |
ValueDescr |
descr() |
Expression.Call |
descr(ValueDescr setter) |
String |
function_name() |
Expression.Call |
function_name(String setter) |
Function |
function() |
Expression.Call |
function(Function setter) |
Expression.Call |
getPointer(long i) |
KernelState |
kernel_state() |
Expression.Call |
kernel_state(KernelState setter) |
Kernel |
kernel() |
Expression.Call |
kernel(Kernel setter) |
FunctionOptions |
options() |
Expression.Call |
options(FunctionOptions setter) |
Expression.Call |
position(long position) |
address, 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 Call()
public Call(long size)
Pointer.position(long).public Call(Pointer p)
Pointer(Pointer).public Expression.Call position(long position)
public Expression.Call getPointer(long i)
getPointer in class Pointer@StdString public String function_name()
public Expression.Call function_name(String setter)
@StdVector public Expression arguments()
public Expression.Call arguments(Expression setter)
@SharedPtr public FunctionOptions options()
public Expression.Call options(FunctionOptions setter)
@SharedPtr public Function function()
public Expression.Call function(Function setter)
public Expression.Call kernel(Kernel setter)
@SharedPtr public KernelState kernel_state()
public Expression.Call kernel_state(KernelState setter)
@ByRef public ValueDescr descr()
public Expression.Call descr(ValueDescr setter)
Copyright © 2021. All rights reserved.