static initializer step More...
#include "ZFCoreStaticRegister.h"
Go to the source code of this file.
Macros | |
#define | ZF_STATIC_INITIALIZER_INIT(Name) |
static initializer | |
#define | ZF_STATIC_INITIALIZER_DESTROY(Name) |
see ZF_STATIC_INITIALIZER_INIT | |
#define | ZF_STATIC_INITIALIZER_END(Name) |
see ZF_STATIC_INITIALIZER_INIT | |
#define | ZF_STATIC_INITIALIZER_INSTANCE(Name) |
access the instance of the initializer | |
#define | ZF_STATIC_INITIALIZER_CLASS(Name) |
the class holder of the static initializer | |
static initializer step
#define ZF_STATIC_INITIALIZER_INIT | ( | Name | ) |
static initializer
called before any other active code, must be used in a cpp file
typical usage: