#include <state_file.h>
Inheritance diagram for StateInFile
Public Methods | |
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. | |
~StateInFile () | |
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_ |