cloudy trunk
Loading...
Searching...
No Matches
t_version Class Reference

#include <version.h>

Inheritance diagram for t_version:
Collaboration diagram for 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]

Protected Member Functions

 t_version ()

Friends

class Singleton< t_version >

Additional Inherited Members

Static Public Member Functions inherited from Singleton< t_version >
static t_versionInst ()

Detailed Description

version.h

Definition at line 9 of file version.h.

Constructor & Destructor Documentation

◆ t_version()

t_version::t_version ( )
protected

Definition at line 20 of file version.cpp.

References __COMP, __COMP_VER, __OS, chDate, chInfo, chVersion, CLD_MAJOR, CLD_MINOR, CLD_PATCH, cpu, DAY, INPUT_LINE_LENGTH, ioQQQ, lgRelease, lgReleaseBranch, MONTH, nBetaVer, Split(), SPM_RELAX, svn_revision, TorF(), Url, and YEAR.

Here is the call graph for this function:

◆ Singleton< t_version >

friend class Singleton< t_version >
friend

Definition at line 1 of file version.h.

Field Documentation

◆ chDate

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().

◆ chInfo

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().

◆ chVersion

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 t_version().

◆ lgRelease

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 t_version().

◆ lgReleaseBranch

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 t_version().

◆ nBetaVer

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().


The documentation for this class was generated from the following files: