Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 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
8
9class t_version : public Singleton<t_version>
10{
11 friend class Singleton<t_version>;
12protected:
13 t_version();
14public:
16 string chDate;
17
19 string chVersion;
20
23
26 string chInfo;
27};
28
29#endif /* VERSION_H_ */
Definition cddefines.h:214
bool lgRelease
Definition version.h:22
string chDate
Definition version.h:16
t_version()
Definition version.cpp:20
string chVersion
Definition version.h:19
string chInfo
Definition version.h:26