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