Main Page   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

bogotel::timer_info Class Reference

#include <Timer.h>

Collaboration diagram for bogotel::timer_info:

Collaboration graph
[legend]

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

CTimerTargetm_pTarget
int m_count
int m_iTimerType
int m_iTargetStateId
long m_lTargetId

Constructor & Destructor Documentation

bogotel::timer_info::timer_info int  count,
CTimerTarget pTarget,
int  timerType = 0,
int  targetStateId = 0
 

Definition at line 204 of file Timer.cpp.


Member Function Documentation

bool bogotel::timer_info::operator< const timer_info &  rhs  )  [inline]
 

Definition at line 55 of file Timer.h.

References m_count.

bool bogotel::timer_info::operator> const timer_info &  rhs  )  [inline]
 

Definition at line 60 of file Timer.h.

References m_count.

bool bogotel::timer_info::operator== const timer_info &  rhs  )  [inline]
 

Definition at line 65 of file Timer.h.

References m_count, m_iTargetStateId, m_iTimerType, m_lTargetId, and m_pTarget.

timer_info* bogotel::timer_info::operator= timer_info &  rhs  )  [inline]
 

Definition at line 80 of file Timer.h.

References m_count, m_iTargetStateId, m_iTimerType, m_lTargetId, and m_pTarget.

std::string bogotel::timer_info::toString  ) 
 

Definition at line 212 of file Timer.cpp.

References m_lTargetId.

Referenced by bogotel::CTimer::add(), and bogotel::CTimer::checkForExpirations().


Field Documentation

CTimerTarget* bogotel::timer_info::m_pTarget
 

Definition at line 37 of file Timer.h.

Referenced by bogotel::CTimer::add(), bogotel::CTimer::checkForExpirations(), operator=(), and operator==().

int bogotel::timer_info::m_count
 

Definition at line 38 of file Timer.h.

Referenced by bogotel::CTimer::checkForExpirations(), operator<(), operator=(), operator==(), and operator>().

int bogotel::timer_info::m_iTimerType
 

Definition at line 39 of file Timer.h.

Referenced by bogotel::CTimer::checkForExpirations(), operator=(), and operator==().

int bogotel::timer_info::m_iTargetStateId
 

Definition at line 42 of file Timer.h.

Referenced by bogotel::CTimer::checkForExpirations(), operator=(), and operator==().

long bogotel::timer_info::m_lTargetId
 

Definition at line 44 of file Timer.h.

Referenced by bogotel::CTimer::checkForExpirations(), operator=(), operator==(), and toString().


The documentation for this class was generated from the following files:
Generated on Tue Aug 12 12:42:31 2003 for bogotel by doxygen 1.3. Hosted by SourceForge.net Logo