cloudy
trunk
|
#include <version.h>
Data Fields | |
char | chDate [INPUT_LINE_LENGTH] |
char | chVersion [INPUT_LINE_LENGTH] |
long int | nBetaVer |
bool | lgReleaseBranch |
bool | lgRelease |
char | chInfo [INPUT_LINE_LENGTH] |
Protected Member Functions | |
t_version () | |
Friends | |
class | Singleton< t_version > |
Additional Inherited Members | |
Static Public Member Functions inherited from Singleton< t_version > | |
static t_version & | Inst () |
|
protected |
Definition at line 21 of file version.cpp.
References __COMP, __COMP_VER, __OS, chDate, chInfo, chVersion, CLD_MAJOR, CLD_MINOR, CLD_PATCH, cpu, cUrl, DAY, fprintf(), t_cpu::i(), ioQQQ, lgRelease, lgReleaseBranch, t_cpu_i::min_double(), t_cpu_i::min_float(), MONTH, nBetaVer, Split(), SPM_RELAX, svn_revision, TorF(), and YEAR.
char t_version::chDate[INPUT_LINE_LENGTH] |
date of this version of the code as a string
Definition at line 16 of file version.h.
Referenced by t_version().
char t_version::chInfo[INPUT_LINE_LENGTH] |
information about when and how the code was compiled, including compiler version
Definition at line 32 of file version.h.
Referenced by t_version().
char t_version::chVersion[INPUT_LINE_LENGTH] |
version string of this version of the code
Definition at line 19 of file version.h.
Referenced by 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(), and t_version().
bool t_version::lgReleaseBranch |
is this a release branch? if so do not execute performance monitors
Definition at line 25 of file version.h.
Referenced by lgCheckMonitors(), newreact(), 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 t_version().