|
NAMEsc::StateOutFile - Writes state information to files.SYNOPSIS#include <state_file.h> Inherits sc::StateOut. Inherited by sc::StateOutBin, and sc::StateOutText. Public Member FunctionsStateOutFile () 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. 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 Attributesint opened_ std::streambuf * buf_ Additional Inherited MembersDetailed DescriptionWrites state information to files.Member Function Documentationvirtual void sc::StateOutFile::close () [virtual]Close the output stream.Reimplemented in sc::StateOutBin. virtual void sc::StateOutFile::flush () [virtual]Flush the output stream.Reimplemented from sc::StateOut. virtual int sc::StateOutFile::open (const char * name) [virtual]State information will be written to name.Reimplemented in sc::StateOutBin. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |