![]() |
Libftpp
A modern C++ library
|
Singleton Design Pattern. More...
#include <singleton.hpp>
Static Public Member Functions | |
| static TType * | instance () |
| template<typename... TArgs> | |
| static void | instantiate (TArgs... p_args) |
| static void | reset () |
Singleton Design Pattern.
| TType | Type of the singleton class |
Definition at line 37 of file singleton.hpp.
|
inlinestatic |
Definition at line 47 of file singleton.hpp.
|
inlinestatic |
Definition at line 56 of file singleton.hpp.
|
inlinestatic |
Definition at line 64 of file singleton.hpp.