.TH "sc::StateOutBin" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::StateOutBin \- Save state to a binary file\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::StateOutFile\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBStateOutBin\fP (std::ostream &)" .br .ti -1c .RI "\fBStateOutBin\fP (const char *)" .br .ti -1c .RI "int \fBopen\fP (const char *name)" .br .RI "State information will be written to name\&. " .ti -1c .RI "void \fBclose\fP ()" .br .RI "Close the output stream\&. " .ti -1c .RI "int \fBuse_directory\fP ()" .br .RI "Returns true if this object uses a directory\&. " .ti -1c .RI "int \fBtell\fP ()" .br .RI "Returns the current position in the file\&. " .ti -1c .RI "void \fBseek\fP (int loc)" .br .RI "Set the current position in the file\&. " .ti -1c .RI "int \fBseekable\fP ()" .br .RI "Return non-zero if tell and seek do anything sensible\&. " .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP Save state to a binary file\&. .SH "Member Function Documentation" .PP .SS "void sc::StateOutBin::seek (int loc)\fC [virtual]\fP" .PP Set the current position in the file\&. The default implementation does nothing\&. .PP Reimplemented from \fBsc::StateOut\fP\&. .SS "int sc::StateOutBin::seekable ()\fC [virtual]\fP" .PP Return non-zero if tell and seek do anything sensible\&. The default implementation returns 0\&. .PP Reimplemented from \fBsc::StateOut\fP\&. .SS "int sc::StateOutBin::tell ()\fC [virtual]\fP" .PP Returns the current position in the file\&. The default implementation returns 0\&. .PP Reimplemented from \fBsc::StateOut\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.