| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   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().