#include <singleton.h>
Static Public Member Functions | |
static T & | instance (void) |
Create an instance of Singleton. | |
Protected Member Functions | |
Singleton (void) throw () | |
Default constructor. | |
virtual | ~Singleton (void) throw () |
Destructor. |
Definition at line 32 of file singleton.h.
static T& utils::Singleton< T >::instance | ( | void | ) | [inline, static] |
Create an instance of Singleton.
Definition at line 41 of file singleton.h.