Definition at line 46 of file singleton.hpp.
#include <singleton.hpp>
Static Public Member Functions | |
| static T & | Instance () |
Protected Member Functions | |
| Singleton () | |
| virtual | ~Singleton () |
Private Member Functions | |
| Singleton & | operator= (Singleton const &) |
| Singleton (Singleton const &) | |
|
inlineprotected |
Definition at line 53 of file singleton.hpp.
|
inlineprotectedvirtual |
Definition at line 54 of file singleton.hpp.
|
private |
|
inlinestatic |
Definition at line 48 of file singleton.hpp.
|
private |