Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kAddVMethod (   IN_TYPE,
  FROM_TYPE,
  METHOD 
)

Within a type definition, indicates that a type overrides the specified virtual method.

Parameters
IN_TYPEOverriding type (e.g. kArrayList).
FROM_TYPEOverridden type (e.g. kObject).
METHODMethod name (e.g. VRelease).
See also
Extending Zen