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

Starts the definition of a class type that does not require an expanded vtable and does not have static data.

Parameters
PREFIXFunction/data declaration prefix (e.g. k).
SYMBOLClass symbol(e.g. kArrayList).
BASEClass base symbol (e.g. kObject).
See also
Extending Zen, kEndClass