#include "sync.h"#include "zmmf/zmmf.h"Go to the source code of this file.
Data Structures | |
| class | SingletonManager |
| class | Singleton< T > |
Defines | |
| #define | SINGLETON_CUR_MAX 15 |
| #define | SINGLETON_MUTEX(klass, recursive) template <> zmm::Ref<Mutex> Singleton<klass>::mutex = zmm::Ref<Mutex>(new Mutex(recursive)) |
Definition in file singleton.h.
| #define SINGLETON_CUR_MAX 15 |
Definition at line 38 of file singleton.h.
Referenced by SingletonManager::registerSingleton(), SingletonManager::shutdown(), and SingletonManager::SingletonManager().
1.6.1