logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::StateOutFile - Writes state information to files.

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                              sc::StateOutFile(3)

Detailed Description

       Writes state information to files.

Name

       sc::StateOutFile - Writes state information to files.

Synopsis

       #include <state_file.h>

       Inherits sc::StateOut.

       Inherited by sc::StateOutBin, and sc::StateOutText.

   PublicMemberFunctionsStateOutFile ()
           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.

   ProtectedAttributes
       int opened_
       std::streambuf * buf_AdditionalInheritedMembers

See Also