|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kenai.jffi.Type
com.kenai.jffi.Aggregate
com.kenai.jffi.Union
public final class Union
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 | |
---|---|
Union(Type... fields)
Creates a new C union layout description. |
Method Summary |
---|
Methods inherited from class com.kenai.jffi.Aggregate |
---|
alignment, dispose, finalize, size, type |
Methods inherited from class com.kenai.jffi.Type |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Union(Type... fields)
fields
- The fields contained in the struct.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |