sc_StateInText (3) Linux Manual Page
sc::StateInText – Reads state information written with StateOutText. Synopsis #include <state_text.h> Inherits sc::StateInFile. Public Member Functions StateInText (std::istream &s) StateInText (const char *) StateInText (const Ref< KeyVal > &) int getstring (char *&) This restores strings saved with StateOut::putstring. int get_array_char (char *, int) These restore data saved with StateOut’s put. int get_array_uint (unsigned int…
