|
Zen API
|
| #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".
| IN_TYPE | Overriding type (e.g. kArrayList). |
| FROM_TYPE | Overridden type (e.g. kObject). |
| METHOD | Method name (e.g. VRelease). |