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
state.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 STATE_H_
5
#define STATE_H_
6
7
#include "
module.h
"
8
10
void
state_get_put
(
const
char
chJob[] );
11
12
struct
t_state
:
public
module
{
13
14
const
char
*
chName
()
const
15
{
16
return
"state"
;
17
}
18
19
void
zero
();
20
void
comment
(
t_warnings
&) {}
21
24
char
chPutFilename
[
INPUT_LINE_LENGTH
] ,
25
chGetFilename
[
INPUT_LINE_LENGTH
];
26
29
bool
lgGet_state
,
30
lgPut_state
;
31
33
bool
lgPutAll
;
34
36
bool
lgState_print
;
37
38
};
39
40
extern
t_state
state
;
41
42
43
#endif
/* STATE_H_ */
t_warnings
Definition:
warnings.h:15
t_state::lgPut_state
bool lgPut_state
Definition:
state.h:29
t_state::comment
void comment(t_warnings &)
Definition:
state.h:20
t_state::chPutFilename
char chPutFilename[INPUT_LINE_LENGTH]
Definition:
state.h:24
t_state
Definition:
state.h:12
t_state::lgPutAll
bool lgPutAll
Definition:
state.h:33
t_state::lgState_print
bool lgState_print
Definition:
state.h:36
t_state::zero
void zero()
Definition:
state.cpp:22
INPUT_LINE_LENGTH
const int INPUT_LINE_LENGTH
Definition:
cddefines.h:301
t_state::chName
const char * chName() const
Definition:
state.h:14
state
t_state state
Definition:
state.cpp:18
t_state::lgGet_state
bool lgGet_state
Definition:
state.h:29
state_get_put
void state_get_put(const char chJob[])
Definition:
state.cpp:83
t_state::chGetFilename
char chGetFilename[INPUT_LINE_LENGTH]
Definition:
state.h:24
module.h
module
Definition:
module.h:26
Generated by
1.8.5