Public Member Functions | |
timestamp (void) | |
const char * | t (void) |
Private Attributes | |
char | str [29] |
The t() method normally returns a timestamp string, but if the same timestamp (to the nearest second) would be returned as last time then an empty string is returned instead.
Definition at line 252 of file omniEventsLog.cc.
OmniEvents::timestamp::timestamp | ( | void | ) | [inline] |
const char* OmniEvents::timestamp::t | ( | void | ) | [inline] |
Definition at line 261 of file omniEventsLog.cc.
References str.
Referenced by OmniEvents::omniEventsLog::checkpoint().
char OmniEvents::timestamp::str[29] [private] |