Package | Description |
---|---|
jnr.ffi | |
jnr.ffi.provider.jffi |
Modifier and Type | Class and Description |
---|---|
class |
Union
Represents a C union
|
Modifier and Type | Method and Description |
---|---|
static <T extends Struct> |
Struct.arrayOf(Runtime runtime,
Class<T> type,
int length) |
protected <T extends Struct> |
Struct.inner(Struct struct) |
Modifier and Type | Method and Description |
---|---|
static <T extends Struct> |
Struct.arrayOf(Runtime runtime,
Class<T> type,
int length) |
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 int |
Struct.alignment(Struct struct) |
static Pointer |
Struct.getMemory(Struct struct) |
static Pointer |
Struct.getMemory(Struct struct,
int flags) |
protected <T extends Struct> |
Struct.inner(Struct struct) |
static boolean |
Struct.isDirect(Struct struct) |
static int |
Struct.size(Struct struct) |
Modifier and Type | Method and Description |
---|---|
static PointerParameterStrategy |
AsmRuntime.directStructParameterStrategy(Struct s) |
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.HeapInvocationBuffer buffer,
Struct[] parameter,
int parameterFlags,
int nativeArrayFlags) |
static void |
AsmRuntime.marshal(com.kenai.jffi.HeapInvocationBuffer buffer,
Struct parameter,
int parameterFlags,
int nativeArrayFlags) |
static PointerParameterStrategy |
AsmRuntime.structParameterStrategy(Struct s) |
static void |
AsmRuntime.useMemory(int ptr,
Struct s) |
static void |
AsmRuntime.useMemory(long ptr,
Struct s) |
Copyright © 2013. All Rights Reserved.