#include <binarysave.h>
Inheritance diagram for LISSOMBinaryStateSaver:
This entire class hierarchy is deprecated; see the StateSaver documentation.
Definition at line 87 of file binarysave.h.
Public Types | |
typedef LFBufferDataType_to_use | LFBufferDataType |
Type of each item in the buffer. | |
Public Methods | |
LISSOMBinaryStateSaver (BasicLissomMap &m) | |
virtual int | read (FILE *infile) |
Write state to the given file. | |
virtual int | write (FILE *outfile) |
Read state from the given file. | |
virtual void | display_as_text (FILE *infile) |
Write a readable representation of the given file to stdout. | |
Static Public Methods | |
void | init_hook (void) |
Call this routine before calling any others. |