public class NativeReferenceType extends NativeType
Modifier | Constructor and Description |
---|---|
protected |
NativeReferenceType(INativeType baseDeclaration)
Declare a reference to a base type
|
Modifier and Type | Method and Description |
---|---|
static NativeReferenceType |
create(INativeType baseType) |
INativeObject |
createNative(INativeHandle handle)
Create a new
INativeObject from a INativeHandle . |
INativeObject |
createNative(java.lang.Object value)
Create an
INativeObject for this type from the Java object. |
INativeType |
getBaseType() |
int |
getByteCount()
The size of the type in c memory.
|
int |
getPreferredBoundary()
The boundary where this type as a struct member would want to be aligned.
|
Array, lookup, Ref, register
protected NativeReferenceType(INativeType baseDeclaration)
public static NativeReferenceType create(INativeType baseType)
public INativeObject createNative(INativeHandle handle)
INativeType
INativeObject
from a INativeHandle
.createNative
in interface INativeType
createNative
in class NativeType
handle
- The handle to memory.INativeObject
public INativeObject createNative(java.lang.Object value)
INativeType
INativeObject
for this type from the Java object.createNative
in interface INativeType
createNative
in class NativeType
INativeObject
public INativeType getBaseType()
public int getByteCount()
INativeType
getByteCount
in interface INativeType
getByteCount
in class NativeType
public int getPreferredBoundary()
INativeType