|
SNAP Library 2.1, Developer Reference
2013-09-25 10:47:25
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 444 of file tm.h.
References TTmStopWatch::GetMSecInt(), MxMSecs, and StopWatch.
{ return (StopWatch.GetMSecInt() > MxMSecs); }

| void TTmTimer::Restart | ( | ) | [inline] |
| TTmTimer::UndefDefaultCopyAssign | ( | TTmTimer | ) | [private] |
int TTmTimer::MxMSecs [private] |
Definition at line 434 of file tm.h.
Referenced by IsTimeUp().
TTmStopWatch TTmTimer::StopWatch [private] |
Definition at line 435 of file tm.h.
Referenced by IsTimeUp(), and Restart().