|
Easy Navigation
|
#include <Singleton.hpp>
Static Public Member Functions | |
| template<typename ... Args> | |
| static C & | get (Args &&... args) |
| template<typename ... Args> | |
| static C * | getInstance (Args &&... args) |
| static void | removeInstance () |
Protected Member Functions | |
| Singleton & | operator= (const Singleton &)=delete |
| Singleton ()=default | |
| Singleton (const Singleton &)=delete | |
| ~Singleton ()=default | |
|
protecteddefault |
|
protecteddefault |
|
protecteddelete |
|
static |
|
static |
|
static |