Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kBeginEnum (   PREFIX,
  SYMBOL,
  BASE 
)

Starts the definition of an enumeration value type.

Parameters
PREFIXFunction/data declaration prefix (e.g. k).
SYMBOLValue symbol(e.g. kStatus).
BASEValue base symbol (typically kValue).
See also
Extending Zen, kEndEnum