SNAP Library , User Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <tm.h>
Public Member Functions | |
TTmTimer (const int &_MxMSecs) | |
void | Restart () |
bool | IsTimeUp () const |
Private Member Functions | |
UndefDefaultCopyAssign (TTmTimer) | |
Private Attributes | |
int | MxMSecs |
TTmStopWatch | StopWatch |
TTmTimer::TTmTimer | ( | const int & | _MxMSecs | ) | [inline] |
bool TTmTimer::IsTimeUp | ( | ) | const [inline] |
Definition at line 447 of file tm.h.
{ return (StopWatch.GetMSecInt() > MxMSecs); }
void TTmTimer::Restart | ( | ) | [inline] |
TTmTimer::UndefDefaultCopyAssign | ( | TTmTimer | ) | [private] |
int TTmTimer::MxMSecs [private] |
TTmStopWatch TTmTimer::StopWatch [private] |