cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
t_state Struct Reference

#include <state.h>

Inheritance diagram for t_state:
Inheritance graph
[legend]
Collaboration diagram for t_state:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 12 of file state.h.

Member Function Documentation

const char* t_state::chName ( ) const
inlinevirtual

Implements module.

Definition at line 14 of file state.h.

void t_state::comment ( t_warnings )
inlinevirtual

Implements module.

Definition at line 20 of file state.h.

void t_state::zero ( void  )
virtual

Implements module.

Definition at line 22 of file state.cpp.

References DEBUG_ENTRY, lgGet_state, lgPut_state, and lgState_print.

Field Documentation

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().


The documentation for this struct was generated from the following files: