|
Monero
|
Single helper class. More...
#include <singleton.h>
Static Public Member Functions | |
| static T * | instance () |
Private Member Functions | |
| Singleton () | |
| Singleton (Singleton &s) | |
| Singleton & | operator= (const Singleton &) |
Single helper class.
Do Language::Singleton<YourClass>::instance() to create a singleton instance of YourClass.
|
inlineprivate |
|
inlineprivate |
|
inlinestatic |
|
inlineprivate |
1.8.14