Cloudy
Spectral Synthesis Code for Astrophysics
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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-2023 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_ */
t_version::chDate
string chDate
Definition:
version.h:16
Singleton
Definition:
cddefines.h:213
t_version::lgRelease
bool lgRelease
Definition:
version.h:22
t_version::chInfo
string chInfo
Definition:
version.h:26
t_version
Definition:
version.h:9
t_version::chVersion
string chVersion
Definition:
version.h:19
t_version::t_version
t_version()
Definition:
version.cpp:21
source
version.h
Generated by
1.8.5