int getstring(char *&)
This restores strings saved with StateOut::putstring.
int getobject(Ref< SavableState > &)
This is used to restore an object.
Definition: state_text.h:41
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.
Definition: state_text.h:91
int putstring(const char *)
This is like put except the length of the char array is determined by interpreting the character arra...