Package | Description |
---|---|
com.kenai.jaffl.provider.jffi | |
com.kenai.jaffl.struct |
Modifier and Type | Class and Description |
---|---|
static class |
AsmLibraryLoader.TestLib.s8 |
Modifier and Type | Method and Description |
---|---|
static int |
AsmRuntime.intValue(Struct s) |
static boolean |
AsmRuntime.isDirect(Struct s) |
static boolean |
AsmRuntime.isDirect(Struct s,
int flags) |
static long |
AsmRuntime.longValue(Struct s) |
static void |
AsmRuntime.marshal(com.kenai.jffi.InvocationBuffer buffer,
Struct[] parameter,
int parameterFlags,
int nativeArrayFlags) |
static void |
AsmRuntime.marshal(com.kenai.jffi.InvocationBuffer buffer,
Struct parameter,
int parameterFlags,
int nativeArrayFlags) |
static void |
AsmRuntime.useMemory(long ptr,
Struct s) |
Modifier and Type | Class and Description |
---|---|
class |
Union
Represents a C union
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Struct> |
Struct.inner(Struct struct) |
static <T extends Struct> |
StructUtil.newArray(java.lang.Class<T> type,
int length) |
Modifier and Type | Method and Description |
---|---|
static <T extends Struct> |
StructUtil.newArray(java.lang.Class<T> type,
int length) |
Struct |
Struct.Member.struct()
Gets the Struct this Member is a member of.
|
Struct |
Struct.AbstractMember.struct()
Gets the Struct this Member is a member of.
|
Struct |
Struct.NumberField.struct()
Gets the Struct this Member is in.
|
Modifier and Type | Method and Description |
---|---|
static MemoryIO |
StructUtil.getMemoryIO(Struct struct) |
static MemoryIO |
StructUtil.getMemoryIO(Struct struct,
int flags) |
static int |
StructUtil.getMinimumAlignment(Struct struct) |
static int |
StructUtil.getSize(Struct struct) |
protected <T extends Struct> |
Struct.inner(Struct struct) |
static boolean |
StructUtil.isDirect(Struct struct) |