ClanSoft logo
ClanSoft logo

    CL_InputSource::read_string

Syntax

virtual std::string read_string();

Return value

The string read.

Description

Reads a string from the input source.

The binary format expected in the input source is first an uint32 telling the length of the string, and then the string itself.


Back to index



This page was built using the Perceps documentation system.