cloudy  trunk
state.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 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 
9 void state_get_put( const char chJob[] );
10 
11 struct t_state {
12 
17 
20  bool lgGet_state ,
22 
24  bool lgPutAll;
25 
28 
29  };
30 
31 extern t_state state;
32 
33 
34 #endif /* STATE_H_ */
t_state::lgGet_state
bool lgGet_state
Definition: state.h:20
t_state
Definition: state.h:11
t_state::lgPut_state
bool lgPut_state
Definition: state.h:21
t_state::chGetFilename
char chGetFilename[INPUT_LINE_LENGTH]
Definition: state.h:16
state
t_state state
Definition: state.cpp:19
state_get_put
void state_get_put(const char chJob[])
Definition: state.cpp:76
INPUT_LINE_LENGTH
const int INPUT_LINE_LENGTH
Definition: cddefines.h:254
t_state::lgState_print
bool lgState_print
Definition: state.h:27
t_state::chPutFilename
char chPutFilename[INPUT_LINE_LENGTH]
Definition: state.h:15
t_state::lgPutAll
bool lgPutAll
Definition: state.h:24