cloudy trunk
Loading...
Searching...
No Matches
Data Fields | Protected Member Functions | Friends
t_version Class Reference

#include <version.h>

Inheritance diagram for t_version:
Inheritance graph
[legend]
Collaboration diagram for t_version:
Collaboration graph
[legend]

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

Friends And Related Function Documentation

◆ 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 optimize_phymir(), and 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 optimize_phymir(), ParseSave(), PrtFinal(), and 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 lgCheckMonitors(), newreact(), PrtComment(), and 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 lgCheckMonitors(), newreact(), and 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: