Enums

group enums

Functions

ml_type_t *ml_enum(const char *Name, ...)
ml_type_t *ml_enum_cyclic(const char *Name, ...)
ml_type_t *ml_enum2(const char *Name, ...)
ml_value_t *ml_enum_value(ml_type_t *Type, int64_t Enum)
int64_t ml_enum_value_value(ml_value_t *Value)
const char *ml_enum_value_name(ml_value_t *Value)

Variables

ml_type_t MLEnumT[]
ml_type_t MLEnumValueT[]