Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kType_StaticInitialized ( kType  type)

Reports whether the type's static data structure has been successfully initialized.

This function can be helpful during startup, to determine whether the static data for a particular type has been initialized. This function is not thread-safe.

Parameters
typeType.
Returns
kTRUE if static data has been initialized; otherwise, kFALSE.