|
BALL
1.4.1
|
#include <BALL/COMMON/init.h>
Public Member Functions | |
| ~GlobalInitializer () | |
Static Public Member Functions | |
| static GlobalInitializer * | init () |
Private Member Functions | |
| GlobalInitializer () | |
| GlobalInitializer (const GlobalInitializer &gi) | |
General initialization class for the BALL library. The sole purpose of this class is to provide a safe place for intializations that should occur before the first BALL functions are called. Please note that this is realized by a static singleton, so there is no guarantee of a particular order of the creation of this class with respect to all other static variables.
| BALL::GlobalInitializer::GlobalInitializer | ( | ) | [private] |
| BALL::GlobalInitializer::GlobalInitializer | ( | const GlobalInitializer & | gi | ) | [private] |
| static GlobalInitializer* BALL::GlobalInitializer::init | ( | ) | [static] |
1.7.6.1