Inheritance diagram for CTimerEvent::CTimerGenericReactor:
Public Member Functions | |
CTimerGenericReactor (CTimerEvent &rOwner) | |
CTimerGenericReactor (const char *pName, CTimerEvent &rOwner) | |
virtual void | OnEvent (CEventMonitor &rMonitor) |
Private Attributes | |
CTimerEvent & | m_rOwner |
My Owner. |
Definition at line 326 of file CTimerEvent.h.
|
Construct a generic reactor for the CTimerEvent class. The reactor is a callback reactor which acts to make the event class appear monolithic to anyone who users it.
Definition at line 302 of file CTimerEvent.cpp. |
|
Construct a generic reactor for the CTimerEvent class. The reactor is a callback reactor which acts to make the event class appear monolithic to anyone who users it.
Definition at line 314 of file CTimerEvent.cpp. |
|
This is the actual callback relay. When called, this member function just calls m_rMonitor's OnTimer. OnTimer is called because oneshot timers must be treated specailly to ensure that the thread exits. Reimplemented from CReactor. Definition at line 326 of file CTimerEvent.cpp. References CTimerEvent::InternalOnTimer(), and m_rOwner. |
|
My Owner.
Definition at line 328 of file CTimerEvent.h. Referenced by OnEvent(). |