#include <singleton.h>
Inheritance diagram for Singleton< T >:
Public Member Functions | |
virtual | ~Singleton () |
Protected Member Functions | |
Singleton () | |
Static Protected Member Functions | |
static T & | Instance () |
Static Private Attributes | |
static std::auto_ptr< T > | m_ptheSingleton |
Definition at line 92 of file singleton.h.
|
Definition at line 104 of file singleton.h. |
|
Definition at line 115 of file singleton.h. |
|
Reimplemented in SOAPDispatcher. Definition at line 122 of file singleton.h. References Singleton< T >::m_ptheSingleton. Referenced by SOAPDispatcher::Instance(). |
|
Definition at line 99 of file singleton.h. Referenced by Singleton< T >::Instance(). |