|
roviz
0.7
Code Documentation of roviz
|
The SingletonStorage class is a helper to provide a unique, once-per-application, shared-across-all-plugins, hashmap to save Singletons into. More...
#include <singleton.h>


Static Protected Member Functions | |
| static AbstractSingleton * | getInstance (const char *name) |
| static void | storeInstance (const char *name, AbstractSingleton *inst) |
The SingletonStorage class is a helper to provide a unique, once-per-application, shared-across-all-plugins, hashmap to save Singletons into.
1.8.13