|
SNAP Library 2.0, User Reference
2013-05-13 16:33:57
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.
{ return (StopWatch.GetMSecInt() > MxMSecs); }
| void TTmTimer::Restart | ( | ) | [inline] |
| TTmTimer::UndefDefaultCopyAssign | ( | TTmTimer | ) | [private] |
int TTmTimer::MxMSecs [private] |
TTmStopWatch TTmTimer::StopWatch [private] |