#include <state_bin.h>
Inheritance diagram for StateOutBin
Public Methods | |
StateOutBin () | |
StateOutBin (std::ostream &) | |
StateOutBin (const char *) | |
~StateOutBin () | |
int | open (const char *name) |
State information will be written to name. | |
void | close () |
Close the output stream. | |
int | use_directory () |
Returns true if this object uses a directory. | |
int | tell () |
Returns the current position in the file. More... | |
void | seek (int loc) |
Set the current position in the file. More... | |
int | seekable () |
Return non-zero if tell and seek do anything sensible. More... |
|
Set the current position in the file. The default implementation does nothing. Reimplemented from StateOut. |
|
Return non-zero if tell and seek do anything sensible. The default implementation returns 0. Reimplemented from StateOut. |
|
Returns the current position in the file. The default implementation returns 0. Reimplemented from StateOut. |