Zen API
|
#define kDeclareClassEx | ( | PREFIX, | |
SYMBOL, | |||
BASE | |||
) |
Declares type information for 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). |