Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
version.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2022 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:
16  string chDate;
17 
19  string chVersion;
20 
22  bool lgRelease;
23 
26  string chInfo;
27 };
28 
29 #endif /* VERSION_H_ */
string chDate
Definition: version.h:16
Definition: cddefines.h:213
bool lgRelease
Definition: version.h:22
string chInfo
Definition: version.h:26
Definition: version.h:9
string chVersion
Definition: version.h:19
t_version()
Definition: version.cpp:21