Zen API
|
#define kAddPriority | ( | SYMBOL | ) |
Within an assembly definition, indicates a requirement on static initialization order.
The order of kAddPriority statements within an assembly definition determines the order in which types will be initialized. If initialization priorities are not given, types can be initialized in any order.
SYMBOL | Type symbol (e.g. kArrayList). |