sc::StateInFile(3) | MPQC | sc::StateInFile(3) |
sc::StateInFile - 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.
Sun Oct 4 2020 | Version 2.3.1 |