Uses of Class
jnr.ffi.NativeType

Packages that use NativeType
jnr.ffi   
jnr.ffi.provider   
jnr.ffi.provider.jffi   
jnr.ffi.provider.jffi.platform.arm.linux   
jnr.ffi.provider.jffi.platform.i386.darwin   
jnr.ffi.provider.jffi.platform.i386.linux   
jnr.ffi.provider.jffi.platform.i386.openbsd   
jnr.ffi.provider.jffi.platform.i386.solaris   
jnr.ffi.provider.jffi.platform.i386.windows   
jnr.ffi.provider.jffi.platform.mips.linux   
jnr.ffi.provider.jffi.platform.mipsel.linux   
jnr.ffi.provider.jffi.platform.s390.linux   
jnr.ffi.provider.jffi.platform.s390x.linux   
jnr.ffi.provider.jffi.platform.sparc.solaris   
jnr.ffi.provider.jffi.platform.sparcv9.solaris   
jnr.ffi.provider.jffi.platform.x86_64.darwin   
jnr.ffi.provider.jffi.platform.x86_64.linux   
jnr.ffi.provider.jffi.platform.x86_64.openbsd   
jnr.ffi.provider.jffi.platform.x86_64.solaris   
jnr.ffi.provider.jffi.platform.x86_64.windows   
 

Uses of NativeType in jnr.ffi
 

Methods in jnr.ffi that return NativeType
abstract  NativeType Type.getNativeType()
          The native type of this type
 NativeType StructLayout.getNativeType()
           
static NativeType NativeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NativeType[] NativeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jnr.ffi with parameters of type NativeType
static Pointer Memory.allocate(Runtime runtime, NativeType type)
          Allocates a new block of java memory and wraps it in a Pointer accessor.
static Pointer Memory.allocateDirect(Runtime runtime, NativeType type)
          Allocates a new block of native memory and wraps it in a Pointer accessor.
static Pointer Memory.allocateTemporary(Runtime runtime, NativeType type)
          Allocates a new block of transient native memory and wraps it in a Pointer accessor.
static Pointer Memory.allocateTemporary(Runtime runtime, NativeType type, boolean clear)
          Allocates a new block of transient native memory and wraps it in a Pointer accessor.
abstract  Type Runtime.findType(NativeType type)
          Looks up the runtime-specific that corresponds to the pseudo-type
 

Constructors in jnr.ffi with parameters of type NativeType
Struct.AbstractBoolean(NativeType type)
           
Struct.AbstractBoolean(NativeType type, Struct.Offset offset)
           
Struct.AbstractMember(NativeType type)
           
Struct.AbstractMember(NativeType type, Struct.Offset offset)
           
Struct.EnumField(NativeType type, java.lang.Class<E> enumClass)
          Constructs a new Enum field.
Struct.NumberField(NativeType type)
           
Struct.NumberField(NativeType type, Struct.Offset offset)
           
Struct.Padding(NativeType type, int length)
           
StructLayout.AbstractBoolean(NativeType type)
           
StructLayout.AbstractField(NativeType type)
           
StructLayout.AbstractField(NativeType type, Struct.Offset offset)
           
StructLayout.EnumField(NativeType type, java.lang.Class<E> enumClass)
          Constructs a new Enum field.
StructLayout.NumberField(NativeType nativeType)
           
StructLayout.NumberField(NativeType nativeType, Struct.Offset offset)
           
StructLayout.Padding(NativeType type, int length)
           
 

Uses of NativeType in jnr.ffi.provider
 

Methods in jnr.ffi.provider that return NativeType
 NativeType BadType.getNativeType()
           
 

Methods in jnr.ffi.provider with parameters of type NativeType
 Type AbstractRuntime.findType(NativeType type)
          Looks up the runtime-specific that corresponds to the pseudo-type
 

Constructor parameters in jnr.ffi.provider with type arguments of type NativeType
AbstractRuntime(java.nio.ByteOrder byteOrder, java.util.EnumMap<NativeType,Type> typeMap)
           
 

Uses of NativeType in jnr.ffi.provider.jffi
 

Methods in jnr.ffi.provider.jffi with parameters of type NativeType
static void NumberUtil.convertPrimitive(SkinnyMethodAdapter mv, java.lang.Class from, java.lang.Class to, NativeType nativeType)
           
static void NumberUtil.widen(SkinnyMethodAdapter mv, java.lang.Class from, java.lang.Class to, NativeType nativeType)
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.arm.linux
 

Fields in jnr.ffi.provider.jffi.platform.arm.linux with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.darwin
 

Fields in jnr.ffi.provider.jffi.platform.i386.darwin with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.linux
 

Fields in jnr.ffi.provider.jffi.platform.i386.linux with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.openbsd
 

Fields in jnr.ffi.provider.jffi.platform.i386.openbsd with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.solaris
 

Fields in jnr.ffi.provider.jffi.platform.i386.solaris with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.windows
 

Fields in jnr.ffi.provider.jffi.platform.i386.windows with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.mips.linux
 

Fields in jnr.ffi.provider.jffi.platform.mips.linux with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.mipsel.linux
 

Fields in jnr.ffi.provider.jffi.platform.mipsel.linux with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.s390.linux
 

Fields in jnr.ffi.provider.jffi.platform.s390.linux with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.s390x.linux
 

Fields in jnr.ffi.provider.jffi.platform.s390x.linux with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.sparc.solaris
 

Fields in jnr.ffi.provider.jffi.platform.sparc.solaris with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.sparcv9.solaris
 

Fields in jnr.ffi.provider.jffi.platform.sparcv9.solaris with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.darwin
 

Fields in jnr.ffi.provider.jffi.platform.x86_64.darwin with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.linux
 

Fields in jnr.ffi.provider.jffi.platform.x86_64.linux with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.openbsd
 

Fields in jnr.ffi.provider.jffi.platform.x86_64.openbsd with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.solaris
 

Fields in jnr.ffi.provider.jffi.platform.x86_64.solaris with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 

Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.windows
 

Fields in jnr.ffi.provider.jffi.platform.x86_64.windows with type parameters of type NativeType
static java.util.Map<TypeAlias,NativeType> TypeAliases.ALIASES
           
 



Copyright © 2012. All Rights Reserved.