Uses of Class
jnr.ffi.Struct

Packages that use Struct
jnr.ffi   
jnr.ffi.provider.converters   
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
<T extends Struct>
T[]
Struct.arrayOf(Runtime runtime, Class<T> type, int length)
           
protected
<T extends Struct>
T
Struct.inner(T struct)
           
 

Methods in jnr.ffi that return Struct
static
<T extends Struct>
T[]
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)
           
 

Uses of Struct in jnr.ffi.provider.jffi
 

Methods in jnr.ffi.provider.jffi that return types with arguments of type Struct
 FromNativeConverter<? extends Struct,Pointer> AsmStructByReferenceResultConverterCache.get(Runtime runtime, Class<? extends Struct> structClass, int flags)
           
 

Method parameters in jnr.ffi.provider.jffi with type arguments of type Struct
 FromNativeConverter<? extends Struct,Pointer> AsmStructByReferenceResultConverterCache.get(Runtime runtime, Class<? extends Struct> structClass, int flags)
           
 



Copyright © 2013. All Rights Reserved.