|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Struct | |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider.jffi | |
| Uses of Struct in jnr.ffi |
|---|
| Subclasses of Struct in jnr.ffi | |
|---|---|
class |
Union
Represents a C union |
| Methods in jnr.ffi with type parameters of type Struct | ||
|---|---|---|
static
|
Struct.arrayOf(Runtime runtime,
Class<T> type,
int length)
|
|
protected
|
Struct.inner(Struct struct)
|
|
| Methods in jnr.ffi that return Struct | ||
|---|---|---|
static
|
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. |
|
| Methods in jnr.ffi with parameters of type Struct | ||
|---|---|---|
static int |
Struct.alignment(Struct struct)
|
|
static Pointer |
Struct.getMemory(Struct struct)
|
|
static Pointer |
Struct.getMemory(Struct struct,
int flags)
|
|
protected
|
Struct.inner(Struct struct)
|
|
static boolean |
Struct.isDirect(Struct struct)
|
|
static int |
Struct.size(Struct struct)
|
|
| Uses of Struct in jnr.ffi.provider.jffi |
|---|
| Methods in jnr.ffi.provider.jffi with parameters of type Struct | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||