
Lifetime policy
Singleton classes created with this policy must be constructed and destroyed manually by calling the createInstance() and destroyInstance() functions.
Static Public Member Functions | |
| static void | createInstance () |
| creates the singleton instance | |
| static void | destroyInstance () |
| destroys the singleton instance | |
Static Protected Member Functions | |
| static void | destroyedError () |
| static void | initInstance () |
|
|||||||||
|
creates the singleton instance
|
|
|||||||||
|
|
|
|||||||||
|
destroys the singleton instance
|
|
|||||||||
|
|
1.4.3