#include <Singleton.hpp>
|
| template<typename ... Args> |
| static C & | get (Args &&... args) |
| |
| template<typename ... Args> |
| static C * | getInstance (Args &&... args) |
| |
| static void | removeInstance () |
| |
◆ Singleton() [1/2]
◆ ~Singleton()
◆ Singleton() [2/2]
◆ get()
template<class C>
template<typename ... Args>
| static C & get |
( |
Args &&... | args | ) |
|
|
static |
◆ getInstance()
template<class C>
template<typename ... Args>
| static C * getInstance |
( |
Args &&... | args | ) |
|
|
static |
◆ operator=()
◆ removeInstance()
template<class C>
| static void removeInstance |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: