.TH "sc::StateInBin" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::StateInBin \- Read objects written with \fBStateOutBin\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::StateInFile\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBStateInBin\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .ti -1c .RI "\fBStateInBin\fP (std::istream &)" .br .ti -1c .RI "\fBStateInBin\fP (const char *)" .br .ti -1c .RI "int \fBopen\fP (const char *name)" .br .RI "State information will be obtained from name\&. " .ti -1c .RI "int \fBuse_directory\fP ()" .br .RI "Returns true of this object uses a directory\&. " .ti -1c .RI "int \fBtell\fP ()" .br .RI "Return 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 seek does anything sensible\&. " .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP Read objects written with \fBStateOutBin\fP\&. .SH "Member Function Documentation" .PP .SS "void sc::StateInBin::seek (int)\fC [virtual]\fP" .PP Set the current position in the file\&. The default implementation does nothing\&. .PP Reimplemented from \fBsc::StateIn\fP\&. .SS "int sc::StateInBin::seekable ()\fC [virtual]\fP" .PP Return non-zero if seek does anything sensible\&. The default implementation returns 0\&. .PP Reimplemented from \fBsc::StateIn\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.