|
Zen API
|
| #define kDeclareFullClass | ( | PREFIX, | |
| SYMBOL, | |||
| BASE | |||
| ) | kDeclareFullClass_(PREFIX, SYMBOL, BASE) |
Declares type information for a class type.
| PREFIX | Function/data declaration prefix (e.g. k). |
| SYMBOL | Class symbol(e.g. kFile). |
| BASE | Class base symbol (e.g. kObject). |