Home | All Classes | Grouped Classes | Index | Search

CL_OutputSource::write_string

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:

CL_OutputSource



Questions or comments, write to the ClanLib mailing list.