roviz  0.7
Code Documentation of roviz
Static Protected Member Functions | List of all members
SingletonStorage Class Reference

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>

Inheritance diagram for SingletonStorage:
Inheritance graph
Collaboration diagram for SingletonStorage:
Collaboration graph

Static Protected Member Functions

static AbstractSingletongetInstance (const char *name)
 
static void storeInstance (const char *name, AbstractSingleton *inst)
 

Detailed Description

The SingletonStorage class is a helper to provide a unique, once-per-application, shared-across-all-plugins, hashmap to save Singletons into.


The documentation for this class was generated from the following files: