GEnumValue

A structure which contains a single enum value, its name, and its nickname.

Members

Variables

value
int value;

the enum value

valueName
const(char)* valueName;

the name of the value

valueNick
const(char)* valueNick;

the nickname of the value