|
Zen API
|
| #define kAddPrivateIVMethod | ( | IN_TYPE, | |
| FROM_IFACE, | |||
| IMETHOD, | |||
| CMETHOD | |||
| ) |
Within a type definition, indicates that a type implements the specified interface method with a private method.
Assumes that the method name will be prefixed with an "x".
| IN_TYPE | Overriding type (e.g. kArrayList). |
| FROM_IFACE | Overridden interface (e.g. kCollection). |
| IMETHOD | Interface method name (e.g. VGetIterator). |
| CMETHOD | Type method name (e.g. GetIterator). |