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::StateInFile - Reads state information from a file.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       Reads state information from a file.

Name

       sc::StateInFile - Reads state information from a file.

Synopsis

       #include <state_file.h>

       Inherits sc::StateIn.

       Inherited by sc::StateInBin, and sc::StateInText.

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

   ProtectedAttributes
       int opened_
       std::streambuf * buf_AdditionalInheritedMembers

See Also