Class General::Timer
Contained in: General
Derived from:
General::Task
Derived by:
none
#include "general/TaskTimer.hh"
public function member index: |
| Timer | (int Seconds, int CancelSignal = 0); | |
inline bool | Error | () const; | |
virtual void | operator () | (); | |
|
Description:
Function Member Descriptions:
General::Timer::Timer
Timer(int Seconds, int CancelSignal = 0);
General::Timer::Error
inline bool Error() const;
General::Timer::operator ()
virtual void operator ()();
Variable Member Descriptions:
General::Timer::m_err -
bool m_err;
General::Timer::m_timeout -
int m_timeout;