Home | All Classes | Grouped Classes | Index | Search
Reads a string from the input source.
std::string read_string();
Return value:
The string read.
Detailed description:
The binary format expected in the input source is first an uint32 telling the length of the string, and then the string itself.
See also: