#include <Singleton.h>

Public Member Functions | |
| Singleton () | |
| virtual | ~Singleton () |
Static Public Member Functions | |
| static void | deleteInstance () |
| static T * | getInstance () |
| static void | newInstance () |
Private Member Functions | |
| Singleton & | operator= (const Singleton &) |
| Singleton (const Singleton &) | |
Definition at line 32 of file Singleton.h.
| adchpp::Singleton< T >::Singleton | ( | ) | [inline] |
Definition at line 34 of file Singleton.h.
| virtual adchpp::Singleton< T >::~Singleton | ( | ) | [inline, virtual] |
Definition at line 35 of file Singleton.h.
| adchpp::Singleton< T >::Singleton | ( | const Singleton< T > & | ) | [private] |
| static void adchpp::Singleton< T >::deleteInstance | ( | ) | [inline, static] |
Definition at line 49 of file Singleton.h.
| static T* adchpp::Singleton< T >::getInstance | ( | ) | [inline, static] |
Definition at line 37 of file Singleton.h.
Referenced by adchpp::ClientManager::ClientManager(), adchpp::Bot::die(), and adchpp::Entity::inject().

| static void adchpp::Singleton< T >::newInstance | ( | ) | [inline, static] |
Definition at line 42 of file Singleton.h.
| Singleton& adchpp::Singleton< T >::operator= | ( | const Singleton< T > & | ) | [private] |
1.6.3