|
SNAP Library 2.1, User 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 | |
| TExeTm () | |
| TExeTm (const TExeTm &Tm) | |
| TExeTm & | operator= (const TExeTm &Tm) |
| void | Tick () |
| int | GetTime () const |
| double | GetSecs () const |
| int | GetSecInt () |
| const char * | GetStr () const |
| TStr | GetStr2 () const |
| const char * | GetTmStr () const |
Static Public Member Functions | |
| static char * | GetCurTm () |
Private Attributes | |
| int | LastTick |
| TExeTm::TExeTm | ( | ) | [inline] |
| TExeTm::TExeTm | ( | const TExeTm & | Tm | ) | [inline] |
| static char* TExeTm::GetCurTm | ( | ) | [inline, static] |
Definition at line 373 of file tm.h.
{ static TStr TmStr; TmStr=TSecTm::GetCurTm().GetTmStr(); return TmStr.CStr(); }
| int TExeTm::GetSecInt | ( | ) | [inline] |
Definition at line 366 of file tm.h.
{ return TFlt::Round(GetSecs()); }
| double TExeTm::GetSecs | ( | ) | const [inline] |
| const char* TExeTm::GetStr | ( | ) | const [inline] |
| TStr TExeTm::GetStr2 | ( | ) | const [inline] |
| int TExeTm::GetTime | ( | ) | const [inline] |
| const char* TExeTm::GetTmStr | ( | ) | const [inline] |
| void TExeTm::Tick | ( | ) | [inline] |
int TExeTm::LastTick [private] |