Home | All Classes | Grouped Classes | Index | Search
Writes a string to the output source.
void write_string( const std::string& str);
Detailed description:
The binary format written to the output source is first an uint32 telling the length of the string, and then the string itself.
See also: