exip
Alpha 0.5.4
|
Stores the enum values for a particular simple type.
#include <procTypes.h>
Data Fields | |
Index | typeId |
Index of the simple type grammar in the simpleTypeTable. More... | |
void * | values |
Array of enum values. More... | |
SmallIndex | count |
The number or enum values. More... | |
Definition at line 1050 of file bin/headers/procTypes.h.
SmallIndex enumDefinition::count |
Definition at line 1057 of file bin/headers/procTypes.h.
Index enumDefinition::typeId |
Definition at line 1053 of file bin/headers/procTypes.h.
void * enumDefinition::values |
Definition at line 1055 of file bin/headers/procTypes.h.