cloudy  trunk
version.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef VERSION_H_
5 #define VERSION_H_
6 
9 class t_version : public Singleton<t_version>
10 {
11  friend class Singleton<t_version>;
12 protected:
13  t_version();
14 public:
17 
20 
22  long int nBetaVer;
23 
26 
28  bool lgRelease;
29 
33 };
34 
35 #endif /* VERSION_H_ */
t_version::lgRelease
bool lgRelease
Definition: version.h:28
Singleton
Definition: cddefines.h:172
t_version::chVersion
char chVersion[INPUT_LINE_LENGTH]
Definition: version.h:19
t_version
Definition: version.h:9
t_version::chDate
char chDate[INPUT_LINE_LENGTH]
Definition: version.h:16
t_version::nBetaVer
long int nBetaVer
Definition: version.h:22
t_version::t_version
t_version()
Definition: version.cpp:20
INPUT_LINE_LENGTH
const int INPUT_LINE_LENGTH
Definition: cddefines.h:254
t_version::lgReleaseBranch
bool lgReleaseBranch
Definition: version.h:25
t_version::chInfo
char chInfo[INPUT_LINE_LENGTH]
Definition: version.h:32