VPTissue Reference Manual
|
Provides wall-clock time stamp using the time call. More...
#include <TimeStamp.h>
Public Member Functions | |
TimeStamp () | |
Constructor marks the time for the time stamp. | |
std::string | ToString () const |
Returns string with the time stamp after eliminating newline. | |
std::time_t | ToTimeT () const |
Returns time stamp as a time_t. | |
Provides wall-clock time stamp using the time call.
The time is that of the constructor call.
Definition at line 37 of file TimeStamp.h.