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

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

Assumes that the method name will be prefixed with an "x".

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