|
Main Page Class Hierarchy Compound List File List Compound Members Related Pages
sc::StateOutFile Class ReferenceWrites state information to files.
More...
#include <state_file.h>
Inheritance diagram for sc::StateOutFile:
[legend]Collaboration diagram for sc::StateOutFile:
[legend]List of all members.
Public Methods |
| StateOutFile () |
| State information will be written to ExEnv::outn().
|
| StateOutFile (std::ostream &s) |
| State information will be written to s.
|
| StateOutFile (const char *name) |
| State information will be written to name.
|
| ~StateOutFile () |
virtual int | open (const char *name) |
| State information will be written to name.
|
virtual void | flush () |
| Flush the output stream.
|
virtual void | close () |
| Close the output stream.
|
Protected Attributes |
int | opened_ |
std::streambuf * | buf_ |
Detailed Description
Writes state information to files.
The documentation for this class was generated from the following file:
Generated at Fri Jan 10 08:17:04 2003 for MPQC
2.1.3 using the documentation package Doxygen
1.2.14.
|