|
NAMEsc::StateInFile - Reads state information from a file.SYNOPSIS#include <state_file.h> Inherits sc::StateIn. Inherited by sc::StateInBin, and sc::StateInText. Public Member FunctionsStateInFile () 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 Attributesint opened_ std::streambuf * buf_ Additional Inherited MembersDetailed DescriptionReads state information from a file.Member Function Documentationvirtual int sc::StateInFile::open (const char * name) [virtual]State information will be obtained from name.Reimplemented in sc::StateInBin. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |