|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Type-safe enum for discriminating between structs and unions represented as compound types. More...
Public Member Functions | |
| CompoundTypeKind (final int id) | |
Public Attributes | |
| STRUCT =(0) | |
| UNION =(1) | |
| final int | id |
Type-safe enum for discriminating between structs and unions represented as compound types.
Used while syntax parsing.
Definition at line 33 of file CompoundTypeKind.java.
| com.jogamp.gluegen.cgram.types.CompoundTypeKind.CompoundTypeKind | ( | final int | id | ) |
Definition at line 38 of file CompoundTypeKind.java.
| final int com.jogamp.gluegen.cgram.types.CompoundTypeKind.id |
Definition at line 36 of file CompoundTypeKind.java.
| com.jogamp.gluegen.cgram.types.CompoundTypeKind.STRUCT =(0) |
Definition at line 34 of file CompoundTypeKind.java.
| com.jogamp.gluegen.cgram.types.CompoundTypeKind.UNION =(1) |
Definition at line 34 of file CompoundTypeKind.java.