com.jogamp.gluegen.cgram.types
Class CompoundTypeKind

java.lang.Object
  extended by 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.


Field Summary
static CompoundTypeKind STRUCT
           
static CompoundTypeKind UNION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRUCT

public static final CompoundTypeKind STRUCT

UNION

public static final CompoundTypeKind UNION