|
cloudy
trunk
|
#include <state.h>


Public Member Functions | |
| const char * | chName () const |
| void | zero () |
| void | comment (t_warnings &) |
Public Member Functions inherited from module | |
| module () | |
| virtual | ~module () |
Data Fields | |
| char | chPutFilename [INPUT_LINE_LENGTH] |
| char | chGetFilename [INPUT_LINE_LENGTH] |
| bool | lgGet_state |
| bool | lgPut_state |
| bool | lgPutAll |
| bool | lgState_print |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Implements module.
Definition at line 22 of file state.cpp.
References DEBUG_ENTRY, lgGet_state, lgPut_state, and lgState_print.
| char t_state::chGetFilename[INPUT_LINE_LENGTH] |
Definition at line 24 of file state.h.
Referenced by ParseState(), and state_get_put().
| char t_state::chPutFilename[INPUT_LINE_LENGTH] |
file pointer for the files to get or put the state set in parse_state
Definition at line 24 of file state.h.
Referenced by ParseState(), and state_get_put().
| bool t_state::lgGet_state |
flags saying whether to get or put state set in parse_state
Definition at line 29 of file state.h.
Referenced by cloudy(), ParseState(), and zero().
| bool t_state::lgPut_state |
Definition at line 29 of file state.h.
Referenced by cloudy(), ParseState(), and zero().
| bool t_state::lgPutAll |
option to put all iterations, include ALL on state put
Definition at line 33 of file state.h.
Referenced by ParseState(), and state_get_put().
| bool t_state::lgState_print |
print keyword on state command to turn on printout
Definition at line 36 of file state.h.
Referenced by ParseState(), state_get_put(), and zero().
1.8.5