Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#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.

Parameters
SYMBOLType symbol (e.g. kArrayList).
See also
Extending Zen