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
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_ */
Singleton
Definition
cddefines.h:214
t_version::lgRelease
bool lgRelease
Definition
version.h:22
t_version::chDate
string chDate
Definition
version.h:16
t_version::t_version
t_version()
Definition
version.cpp:20
t_version::chVersion
string chVersion
Definition
version.h:19
t_version::chInfo
string chInfo
Definition
version.h:26
source
version.h
Generated by
1.13.2