MPQC
2.3.1
|
Reads state information from a file. More...
#include <state_file.h>
Public Member Functions | |
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. | |
Protected Attributes | |
int | opened_ |
std::streambuf * | buf_ |
Reads state information from a file.