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 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 Aggregate
dispose, getTypeInfoMethods inherited from class Type
alignment, handle, nativeHandles, nativeHandles, size, type
-
Field Details
-
structCache
-
structReferenceQueue
-
fields
-
-
Constructor Details
-
Struct
-
Struct
Deprecated.Creates a new C struct layout description.- Parameters:
fields- The fields contained in the struct.
-
-
Method Details
-
newStruct
-
equals
-
hashCode
-