|
SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
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 |
|
inline |
Definition at line 444 of file tm.h.
References TTmStopWatch::GetMSecInt(), MxMSecs, and StopWatch.

|
inline |
Definition at line 442 of file tm.h.
References TTmStopWatch::Reset(), and StopWatch.

|
private |
|
private |
Definition at line 434 of file tm.h.
Referenced by IsTimeUp().
|
private |
Definition at line 435 of file tm.h.
Referenced by IsTimeUp(), and Restart().