QP/C++ 6.9.3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
qstamp.hpp
Go to the documentation of this file.
1 
4 #ifndef QSTAMP_HPP
5 #define QSTAMP_HPP
6 
7 namespace QP {
8 
9 extern char const BUILD_DATE[12];
10 extern char const BUILD_TIME[9];
11 
12 } // namespace QP
13 
14 #endif // QSTAMP
15 
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