HyperspaceExplorer 0.7.1
|
Convenience template to implement a getter function for a singleton object. Often needed in a shared library which hosts singletons. More...
#include <SingletonHolder.h>
Static Public Member Functions | |
static T & | Instance () |
returns the single T object |
Convenience template to implement a getter function for a singleton object. Often needed in a shared library which hosts singletons.
see test/SingletonDll