t_version Class Reference

#include <version.h>

Inherits Singleton< t_version >.

Collaboration diagram for t_version:
[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]
const char * chCitation
const char * chCitationShort
const char * chCitationLatex

Protected Member Functions

 t_version ()

Friends

class Singleton< t_version >

Detailed Description

version.h

Definition at line 9 of file version.h.


Constructor & Destructor Documentation

t_version::t_version (  )  [protected]

Friends And Related Function Documentation

friend class Singleton< t_version > [friend]

Definition at line 11 of file version.h.


Field Documentation

const char* t_version::chCitation

string to print with print citation command

Definition at line 35 of file version.h.

Referenced by t_version().

string to print latex bibitem with print citation command

Definition at line 41 of file version.h.

Referenced by t_version().

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

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

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


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Nov 2012 for cloudy by  doxygen 1.6.1