|
Zen API
|
| #define kBeginClass | ( | PREFIX, | |
| SYMBOL, | |||
| BASE | |||
| ) |
Starts the definition of a class type that does not require an expanded vtable and does not have static data.
| PREFIX | Function/data declaration prefix (e.g. k). |
| SYMBOL | Class symbol(e.g. kArrayList). |
| BASE | Class base symbol (e.g. kObject). |