int get_array_char(char *, int)
These restore data saved with StateOut's put.
int getstring(char *&)
This restores strings saved with StateOut::putstring.
int get(char &r, const char *key=0)
These restore data saved with StateOut's put. members.
int get(char *&)
These restore data saved with StateOut's put.
int getobject(Ref< SavableState > &)
This is used to restore an object.
int get(const ClassDesc **)
This restores ClassDesc's.
int putobject(const Ref< SavableState > &)
This will prepare StateOut to output a pointer to data.
int put(const char *, int)
Write the given array data.
int put_array_char(const char *, int)
Put arrays of data.
int put(const ClassDesc *)
Write out information about the given ClassDesc.
int putstring(const char *)
This is like put except the length of the char array is determined by interpreting the character arra...