Package com.kenai.jffi
Class Struct
java.lang.Object
com.kenai.jffi.Type
com.kenai.jffi.Aggregate
com.kenai.jffi.Struct
Describes the layout of a C struct
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.kenai.jffi.Type
Type.Builtin, Type.TypeInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Type[]
private static final Map
<List<Type>, Struct.StructReference> private static final ReferenceQueue
<Struct> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kenai.jffi.Aggregate
dispose, getTypeInfo
Methods inherited from class com.kenai.jffi.Type
alignment, handle, nativeHandles, nativeHandles, size, type
-
Field Details
-
structCache
-
structReferenceQueue
-
fields
-
-
Constructor Details
-
Struct
Creates a new C struct layout description.- Parameters:
fields
- The fields contained in the struct.
-
Struct
Deprecated.Creates a new C struct layout description.- Parameters:
fields
- The fields contained in the struct.
-
-
Method Details