Code::Blocks  SVN r11506
Static Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Attributes | List of all members
Mgr< MgrT > Class Template Reference

#include <manager.h>

Collaboration diagram for Mgr< MgrT >:

Static Public Member Functions

static bool Valid ()
 
static MgrT * Get ()
 
static void Free ()
 

Protected Member Functions

 Mgr ()
 
virtual ~Mgr ()
 

Private Member Functions

 Mgr (const Mgr< MgrT > &)
 
Mgr< MgrT > & operator= (Mgr< MgrT > const &)
 

Static Private Attributes

static MgrT * instance
 
static bool isShutdown
 

Detailed Description

template<class MgrT>
class Mgr< MgrT >

Definition at line 183 of file manager.h.

Constructor & Destructor Documentation

◆ Mgr() [1/2]

template<class MgrT>
Mgr< MgrT >::Mgr ( const Mgr< MgrT > &  )
inlineexplicitprivate

Definition at line 187 of file manager.h.

◆ Mgr() [2/2]

template<class MgrT>
Mgr< MgrT >::Mgr ( )
inlineprotected

Definition at line 192 of file manager.h.

◆ ~Mgr()

template<class MgrT>
virtual Mgr< MgrT >::~Mgr ( )
inlineprotectedvirtual

Definition at line 193 of file manager.h.

Member Function Documentation

◆ Free()

template<class MgrT>
static void Mgr< MgrT >::Free ( )
inlinestatic

Definition at line 211 of file manager.h.

◆ Get()

template<class MgrT>
static MgrT* Mgr< MgrT >::Get ( )
inlinestatic

Definition at line 199 of file manager.h.

◆ operator=()

template<class MgrT>
Mgr<MgrT>& Mgr< MgrT >::operator= ( Mgr< MgrT > const &  )
inlineprivate

Definition at line 188 of file manager.h.

◆ Valid()

template<class MgrT>
static bool Mgr< MgrT >::Valid ( )
inlinestatic

Definition at line 197 of file manager.h.

Member Data Documentation

◆ instance

template<class MgrT>
MgrT* Mgr< MgrT >::instance
staticprivate

Definition at line 185 of file manager.h.

◆ isShutdown

template<class MgrT>
bool Mgr< MgrT >::isShutdown
staticprivate

Definition at line 186 of file manager.h.


The documentation for this class was generated from the following file: