cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
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
char
chDate
[
INPUT_LINE_LENGTH
];
17
19
char
chVersion
[
INPUT_LINE_LENGTH
];
20
22
long
int
nBetaVer
;
23
25
bool
lgReleaseBranch
;
26
28
bool
lgRelease
;
29
32
char
chInfo
[
INPUT_LINE_LENGTH
];
33
};
34
35
#endif
/* VERSION_H_ */
Singleton
Definition:
cddefines.h:206
t_version::lgRelease
bool lgRelease
Definition:
version.h:28
t_version::chVersion
char chVersion[INPUT_LINE_LENGTH]
Definition:
version.h:19
t_version::chDate
char chDate[INPUT_LINE_LENGTH]
Definition:
version.h:16
t_version::nBetaVer
long int nBetaVer
Definition:
version.h:22
t_version
Definition:
version.h:9
INPUT_LINE_LENGTH
const int INPUT_LINE_LENGTH
Definition:
cddefines.h:301
t_version::t_version
t_version()
Definition:
version.cpp:21
t_version::lgReleaseBranch
bool lgReleaseBranch
Definition:
version.h:25
t_version::chInfo
char chInfo[INPUT_LINE_LENGTH]
Definition:
version.h:32
Generated by
1.8.5