QP/C++ 6.9.3
qstamp.cpp
Go to the documentation of this file.
1 
10 #include "qstamp.hpp"
11 
12 namespace QP {
13 
15 char const BUILD_DATE[12] = __DATE__;
16 
18 char const BUILD_TIME[9] = __TIME__;
19 
20 } // namespace QP
21 
namespace associated with the QP/C++ framework
Definition: struct.dox:1
char const BUILD_DATE[12]
the calendar date of the last translation of the form: "Mmm dd yyyy"
Definition: qstamp.cpp:15
char const BUILD_TIME[9]
the time of the last translation of the form: "hh:mm:ss"
Definition: qstamp.cpp:18
Application build time-stamp interface.