cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 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 >

Additional Inherited Members

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

Detailed Description

Definition at line 20 of file version.h.


Constructor & Destructor Documentation

t_version::t_version ( )
inlineprotected

Friends And Related Function Documentation

friend class Singleton< t_version >
friend

Definition at line 22 of file version.h.


Field Documentation

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

char t_version::chDate[INPUT_LINE_LENGTH]

date of this version of the code as a string

Definition at line 154 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 167 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 157 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 163 of file version.h.

Referenced by PrtComment(), and 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().


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

Generated for cloudy by doxygen 1.8.1.1