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

Declares type information for a class type that requires an expanded vtable but does not have static data.

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