#include <SingletonDeclaration.h>
Inherited by Config, Core, Error, License, and Syslog.
Inheritance diagram for Singleton< T >:


Static Public Member Functions | |
| static T * | instance () |
Protected Member Functions | |
| Singleton () | |
| virtual | ~Singleton () |
Private Member Functions | |
| Singleton (const Singleton &source) | |
Static Private Attributes | |
| static T * | _instance |
| static bool | _fabricaLocked |
Definition at line 11 of file SingletonDeclaration.h.
Definition at line 20 of file SingletonDeclaration.h.
Definition at line 56 of file Singleton.h.
References Singleton< T >::_fabricaLocked, and Singleton< T >::_instance.
Definition at line 25 of file SingletonDeclaration.h.
| T * Singleton< T >::instance | ( | ) | [static] |
Definition at line 27 of file Singleton.h.
References Singleton< T >::_fabricaLocked, Singleton< T >::_instance, ERROR_BACKTRACE(), ERROR_FATAL, FAILED(), MSG_OBJECT_CANNOT_CREATE, and MSG_UNPERMITTED_RECURSION.
Referenced by CONFIG(), CORE(), ERR(), Core::fork(), Core::kill(), Core::notify(), Core::spawn(), and SYSLOG().
Definition at line 25 of file SingletonDeclaration.h.
Referenced by Singleton< T >::instance(), and Singleton< T >::~Singleton().
bool Singleton< T >::_fabricaLocked [static, private] |
Definition at line 28 of file SingletonDeclaration.h.
Referenced by Singleton< T >::instance(), and Singleton< T >::~Singleton().
1.5.1