#include <compileTimestamp.h>
Public Member Functions | |
| CompileTimestamp () | |
| The default constructor sets the internal state to reflect the time at which the compileTimestamp.h header was compiled. | |
| ~CompileTimestamp () | |
| Destroys the CompileTimestamp instance. | |
| std::string | getISOString () |
| This member function returns a string of the form "YYYY-MM-DD hh:mm:ss" indicating the local time at which the file was compiled. | |
To use this class, simply include compileTimestamp.h and instantiate an instance of CompileTimestamp. This CompileTimestamp instance will reflect the time at which the source file was compiled.
Definition at line 41 of file compileTimestamp.h.
| dlr::common::CompileTimestamp::CompileTimestamp | ( | ) | [inline] |
The default constructor sets the internal state to reflect the time at which the compileTimestamp.h header was compiled.
Definition at line 48 of file compileTimestamp.h.
| dlr::common::CompileTimestamp::~CompileTimestamp | ( | ) | [inline] |
| std::string dlr::common::CompileTimestamp::getISOString | ( | ) |
This member function returns a string of the form "YYYY-MM-DD hh:mm:ss" indicating the local time at which the file was compiled.
Definition at line 26 of file compileTimestamp.cpp.
1.5.8