#include <Timer.h>
Collaboration diagram for bogotel::timer_info:
Public Member Functions | |
timer_info (int count, CTimerTarget *pTarget, int timerType=0, int targetStateId=0) | |
bool | operator< (const timer_info &rhs) |
bool | operator> (const timer_info &rhs) |
bool | operator== (const timer_info &rhs) |
timer_info * | operator= (timer_info &rhs) |
std::string | toString () |
Data Fields | |
CTimerTarget * | m_pTarget |
int | m_count |
int | m_iTimerType |
int | m_iTargetStateId |
long | m_lTargetId |
|
|
|
Definition at line 55 of file Timer.h. References m_count. |
|
Definition at line 60 of file Timer.h. References m_count. |
|
Definition at line 65 of file Timer.h. References m_count, m_iTargetStateId, m_iTimerType, m_lTargetId, and m_pTarget. |
|
Definition at line 80 of file Timer.h. References m_count, m_iTargetStateId, m_iTimerType, m_lTargetId, and m_pTarget. |
|
Definition at line 212 of file Timer.cpp. References m_lTargetId. Referenced by bogotel::CTimer::add(), and bogotel::CTimer::checkForExpirations(). |
|
Definition at line 37 of file Timer.h. Referenced by bogotel::CTimer::add(), bogotel::CTimer::checkForExpirations(), operator=(), and operator==(). |
|
Definition at line 38 of file Timer.h. Referenced by bogotel::CTimer::checkForExpirations(), operator<(), operator=(), operator==(), and operator>(). |
|
Definition at line 39 of file Timer.h. Referenced by bogotel::CTimer::checkForExpirations(), operator=(), and operator==(). |
|
Definition at line 42 of file Timer.h. Referenced by bogotel::CTimer::checkForExpirations(), operator=(), and operator==(). |
|
Definition at line 44 of file Timer.h. Referenced by bogotel::CTimer::checkForExpirations(), operator=(), operator==(), and toString(). |