com.jogamp.gluegen.cgram.types
Class CompoundTypeKind
java.lang.Object
com.jogamp.gluegen.cgram.types.CompoundTypeKind
public class CompoundTypeKind
- extends Object
Type-safe enum for discriminating between structs and unions,
which are both represented as compound types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRUCT
public static final CompoundTypeKind STRUCT
UNION
public static final CompoundTypeKind UNION