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

Declares type information for 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, kBeginClassEx, kEndClassEx