Zen API
|
#define kTypeOf | ( | SYMBOL | ) |
Returns the kType object associated with the specified class, interface, or value symbol.
This macro is used to access type information by compile-time symbol name. E.g.
Use of this macro requires that the header file defining the specified type symbol has been included. For example, kTypeOf(kArrayList) requires inclusion of <kApi/Data/kArrayList.h>.
SYMBOL | Type symbol, such as kArrayList or k32s. |