#include <state_bin.h>
Inheritance diagram for StateInBin
Public Methods | |
StateInBin () | |
StateInBin (const Ref< KeyVal > &) | |
StateInBin (std::istream &) | |
StateInBin (const char *) | |
~StateInBin () | |
int | open (const char *name) |
State information will be obtained from name. | |
int | use_directory () |
Returns true of this object uses a directory. | |
int | tell () |
Return the current position in the file. | |
void | seek (int loc) |
Set the current position in the file. More... | |
int | seekable () |
Return non-zero if seek does anything sensible. More... |
|
Set the current position in the file. The default implementation does nothing. Reimplemented from StateIn. |
|
Return non-zero if seek does anything sensible. The default implementation returns 0. Reimplemented from StateIn. |