sc::StateInFile
Reads state information from a file.
- Provided by: libsc-doc (Version: 2.3.1-21)
- Source: mpqc
- Report a bug
Reads state information from a file.
#include <state_file.h>
Inherits sc::StateIn.
Inherited by sc::StateInBin, and sc::StateInText.
StateInFile ()
State information will be obtained from cin. StateInFile (std::istream
&s)
State information will be obtained from fp. StateInFile (const char
*name)
State information will be obtained from name. virtual int open (const
char *name)
State information will be obtained from name. virtual void close ()
Close the output file.
int opened_
std::streambuf * buf_
Reads state information from a file.
Generated automatically by Doxygen for MPQC from the source code.