Describes the layout of a C union
-
Field Summary
Fields inherited from class com.kenai.jffi.Type
DOUBLE, FLOAT, LONGDOUBLE, POINTER, SCHAR, SINT, SINT16, SINT32, SINT64, SINT8, SLONG, SLONG_LONG, SSHORT, UCHAR, UINT, UINT16, UINT32, UINT64, UINT8, ULONG, ULONG_LONG, USHORT, VOID
-
Constructor Summary
Constructors
Creates a new C union layout description.
-
Method Summary
-
Constructor Details
-
Union
public Union(Type... fields)
Creates a new C union layout description.
- Parameters:
fields - The fields contained in the union.
-
Method Details
-
-
-
hashCode
public int hashCode()
- Overrides:
hashCode in class Type