![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
Meyers' singleton implemtation. More...
#include <singleton.hpp>
Static Public Member Functions | |
static T & | getInstance () |
Meyers' singleton implemtation.
In C++11, this singleton is thread safe according to the standard.
|
inlinestatic |
Get unique instance of a class.