|
Public Member Functions |
| clock () |
| Null constructor which stores the start time.
|
time_t | elapsedClockTime () const |
| Returns wall-clock time from clock instantiation.
|
time_t | clockTimeIncrement () const |
| Returns wall-clock time from last call of clockTimeIncrement().
|
Static Public Member Functions |
time_t | getTime () |
| Get the current clock time in seconds.
|
const struct tm | rawDate () |
| Return the current wall-clock date as a raw struct.
|
string | date () |
| Return the current wall-clock date as a string.
|
string | clockTime () |
| Return the current wall-clock time as a string.
|