|
Zen API
|
| #define kAddVMethod | ( | IN_TYPE, | |
| FROM_TYPE, | |||
| METHOD | |||
| ) |
Within a type definition, indicates that a type overrides the specified virtual method.
| IN_TYPE | Overriding type (e.g. kArrayList). |
| FROM_TYPE | Overridden type (e.g. kObject). |
| METHOD | Method name (e.g. VRelease). |