|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Struct | |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider.converters | |
| 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(T 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)
|
static boolean |
Struct.isDirect(Struct struct)
|
static int |
Struct.size(Struct struct)
|
| Uses of Struct in jnr.ffi.provider.converters |
|---|
| Methods in jnr.ffi.provider.converters that return Struct | |
|---|---|
Struct |
StructByReferenceFromNativeConverter.fromNative(Pointer nativeValue,
FromNativeContext context)
|
| Methods in jnr.ffi.provider.converters that return types with arguments of type Struct | |
|---|---|
static FromNativeConverter<Struct,Pointer> |
StructByReferenceFromNativeConverter.getInstance(Class structClass,
FromNativeContext toNativeContext)
|
static ToNativeConverter<Struct,Pointer> |
StructByReferenceToNativeConverter.getInstance(ToNativeContext toNativeContext)
|
| Methods in jnr.ffi.provider.converters with parameters of type Struct | |
|---|---|
void |
StructArrayParameterConverter.Out.postInvoke(Struct[] structs,
Pointer primitive,
ToNativeContext context)
|
Pointer |
StructArrayParameterConverter.toNative(Struct[] structs,
ToNativeContext context)
|
Pointer |
StructByReferenceToNativeConverter.toNative(Struct value,
ToNativeContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||