Uses of Class
com.kenai.jaffl.struct.Struct

Packages that use Struct
com.kenai.jaffl.provider.jffi   
com.kenai.jaffl.struct   
 

Uses of Struct in com.kenai.jaffl.provider.jffi
 

Subclasses of Struct in com.kenai.jaffl.provider.jffi
static class AsmLibraryLoader.TestLib.s8
           
 

Methods in com.kenai.jaffl.provider.jffi with parameters of type Struct
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.InvocationBuffer buffer, Struct[] parameter, int parameterFlags, int nativeArrayFlags)
           
static void AsmRuntime.marshal(com.kenai.jffi.InvocationBuffer buffer, Struct parameter, int parameterFlags, int nativeArrayFlags)
           
static void AsmRuntime.useMemory(long ptr, Struct s)
           
 

Uses of Struct in com.kenai.jaffl.struct
 

Subclasses of Struct in com.kenai.jaffl.struct
 class Union
          Represents a C union
 

Methods in com.kenai.jaffl.struct with type parameters of type Struct
protected
<T extends Struct>
T
Struct.inner(Struct struct)
           
static
<T extends Struct>
T[]
StructUtil.newArray(java.lang.Class<T> type, int length)
           
 

Methods in com.kenai.jaffl.struct that return Struct
static
<T extends Struct>
T[]
StructUtil.newArray(java.lang.Class<T> type, int length)
           
 Struct Struct.Member.struct()
          Gets the Struct this Member is a member of.
 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 com.kenai.jaffl.struct with parameters of type Struct
static MemoryIO StructUtil.getMemoryIO(Struct struct)
           
static MemoryIO StructUtil.getMemoryIO(Struct struct, int flags)
           
static int StructUtil.getMinimumAlignment(Struct struct)
           
static int StructUtil.getSize(Struct struct)
           
protected
<T extends Struct>
T
Struct.inner(Struct struct)
           
static boolean StructUtil.isDirect(Struct struct)