#include <version.h>
Inherits Singleton< T >< t_version >.
Inheritance diagram for t_version:


Data Fields | |
| char | chDate [INPUT_LINE_LENGTH] | 
| char | chVersion [INPUT_LINE_LENGTH] | 
| long int | nBetaVer | 
| 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 20 of file version.h.
| t_version::t_version | ( | ) |  [inline, protected] | 
        
Definition at line 24 of file version.h.
References __COMP, __COMP_VER, __OS, chCitation, chCitationLatex, chCitationShort, chDate, chInfo, chVersion, CITATION, CITATION_LATEX, CITATION_SHORT, CLD_MAJOR, CLD_MINOR, CLD_PATCH, DAY, ioQQQ, lgRelease, MONTH, nBetaVer, Split(), SPM_RELAX, Url, and YEAR.
Here is the call graph for this function:

| const char* t_version::chCitation | 
string to print with print citation command
Definition at line 170 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 176 of file version.h.
Referenced by t_version().
| const char* t_version::chCitationShort | 
abbreviated form to print with print citation command
Definition at line 173 of file version.h.
Referenced by t_version().
date of this version of the code as a string
Definition at line 154 of file version.h.
Referenced by t_version().
information about when and how the code was compiled, including compiler version
Definition at line 167 of file version.h.
Referenced by t_version().
version string of this version of the code
Definition at line 157 of file version.h.
Referenced by t_version().
| bool t_version::lgRelease | 
is this a release version? if so do not print some internal comments
Definition at line 163 of file version.h.
Referenced by t_version().
| long int t_version::nBetaVer | 
normally zero, non-zero if this is a beta test version
Definition at line 160 of file version.h.
Referenced by t_version().
 1.4.7