#include <manager.h>
|
static bool | Valid () |
|
static MgrT * | Get () |
|
static void | Free () |
|
template<class MgrT>
class Mgr< MgrT >
Definition at line 183 of file manager.h.
◆ Mgr() [1/2]
◆ Mgr() [2/2]
◆ ~Mgr()
◆ Free()
template<class MgrT>
static void Mgr< MgrT >::Free |
( |
| ) |
|
|
inlinestatic |
◆ Get()
template<class MgrT>
static MgrT* Mgr< MgrT >::Get |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
template<class MgrT>
Mgr<MgrT>& Mgr< MgrT >::operator= |
( |
Mgr< MgrT > const & |
| ) |
|
|
inlineprivate |
◆ Valid()
template<class MgrT>
static bool Mgr< MgrT >::Valid |
( |
| ) |
|
|
inlinestatic |
◆ instance
template<class MgrT>
MgrT* Mgr< MgrT >::instance |
|
staticprivate |
◆ isShutdown
template<class MgrT>
bool Mgr< MgrT >::isShutdown |
|
staticprivate |
The documentation for this class was generated from the following file: