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 getobject(Ref< SavableState > &)
This is used to restore an object.
Writes out state information in an almost human readable format.
Definition: state_text.h:44
int put(const ClassDesc *)
Write out information about the given ClassDesc.
int putobject(const Ref< SavableState > &)
This will prepare StateOut to output a pointer to data.
int get(const ClassDesc **)
This restores ClassDesc's.
Reads state information written with StateOutText.
Definition: state_text.h:85
int putstring(const char *)
This is like put except the length of the char array is determined by interpreting the character arra...
int put_array_char(const char *, int)
Put arrays of data.