Package | Description |
---|---|
jnr.ffi |
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(T 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) |
static boolean |
Struct.isDirect(Struct struct) |
static int |
Struct.size(Struct struct) |
Copyright © 2015. All rights reserved.