#include <version.h>
Inherits Singleton< t_version >.
Data Fields | |
| char | chDate [INPUT_LINE_LENGTH] | 
| char | chVersion [INPUT_LINE_LENGTH] | 
| long int | nBetaVer | 
| bool | lgReleaseBranch | 
| bool | lgRelease | 
| char | chInfo [INPUT_LINE_LENGTH] | 
| const char * | chCitation | 
| const char * | chCitationShort | 
| const char * | chCitationLatex | 
Protected Member Functions | |
| t_version () | |
Friends | |
| class | Singleton< t_version > | 
Definition at line 9 of file version.h.
| t_version::t_version | ( | ) |  [protected] | 
        
Definition at line 24 of file version.cpp.
References __COMP, __COMP_VER, __OS, chCitation, chCitationLatex, chCitationShort, chDate, chInfo, chVersion, CITATION, CITATION_LATEX, CITATION_SHORT, CLD_MAJOR, CLD_MINOR, CLD_PATCH, cpu, DAY, t_cpu::i(), INPUT_LINE_LENGTH, ioQQQ, lgRelease, lgReleaseBranch, t_cpu_i::min_double(), t_cpu_i::min_float(), MONTH, nBetaVer, Split(), SPM_RELAX, svn_revision, TorF(), Url, and YEAR.
| const char* t_version::chCitation | 
string to print with print citation command
Definition at line 35 of file version.h.
Referenced by t_version().
| const char* t_version::chCitationLatex | 
string to print latex bibitem with print citation command
Definition at line 41 of file version.h.
Referenced by t_version().
| const char* t_version::chCitationShort | 
abbreviated form to print with print citation command
Definition at line 38 of file version.h.
Referenced by t_version().
date of this version of the code as a string
Definition at line 16 of file version.h.
Referenced by t_version().
information about when and how the code was compiled, including compiler version
Definition at line 32 of file version.h.
Referenced by t_version().
version string of this version of the code
Definition at line 19 of file version.h.
Referenced by ParseSave(), PrtFinal(), and t_version().
| bool t_version::lgRelease | 
is this a release version? if so do not print some internal comments
Definition at line 28 of file version.h.
Referenced by lgCheckMonitors(), newreact(), PrtComment(), and t_version().
is this a release branch? if so do not execute performance monitors
Definition at line 25 of file version.h.
Referenced by lgCheckMonitors(), and t_version().
| long int t_version::nBetaVer | 
normally zero, non-zero if this is a beta test version
Definition at line 22 of file version.h.
Referenced by newreact(), and t_version().
 1.6.1