Define the content of an enum. \ Not to be confused with GrType used by the type system.
enum MyEnum { field1; field2; }
Returns the value of the field
Does the field name exists ?
List of field names.
The file where the type is declared.
Unique ID of the enum definition.
Is the type visible from other files ?
Identifier.
See Implementation
Define the content of an enum. \ Not to be confused with GrType used by the type system.