#include "zmm/zmm.h"#include "zmmf/zmmf.h"#include "singleton.h"#include "sync.h"#include "tools.h"Go to the source code of this file.
Data Structures | |
| class | TimerSubscriber |
| class | TimerSubscriberSingleton< T > |
| class | TimerSubscriberObject |
| class | Timer |
| class | Timer::TimerSubscriberElement< T > |
Defines | |
| #define | AS_TIMER_SUBSCRIBER_SINGLETON(obj) zmm::Ref<TimerSubscriberSingleton<Object> >((TimerSubscriberSingleton<Object>*)obj) |
| #define | AS_TIMER_SUBSCRIBER_SINGLETON_FROM_REF(obj) RefCast(obj, TimerSubscriberSingleton<Object>) |
Definition in file timer.h.
| #define AS_TIMER_SUBSCRIBER_SINGLETON | ( | obj | ) | zmm::Ref<TimerSubscriberSingleton<Object> >((TimerSubscriberSingleton<Object>*)obj) |
Definition at line 42 of file timer.h.
Referenced by SessionManager::checkTimer(), ContentManager::ContentManager(), ContentManager::init(), ContentManager::removeAutoscanDirectory(), ContentManager::removeObject(), and ContentManager::setAutoscanDirectory().
| #define AS_TIMER_SUBSCRIBER_SINGLETON_FROM_REF | ( | obj | ) | RefCast(obj, TimerSubscriberSingleton<Object>) |
Definition at line 43 of file timer.h.
Referenced by CMRescanDirectoryTask::run().
1.6.1