Contents|Index|Previous|Next
Shared properties: class ios

The base class, ios, provides methods to test and manage the state of input or output streams.

ios delegates the job of actually reading and writing bytes to the abstract class, streambuf, which is designed to provide buffered streams (compatible with C, in the GNU implementation). See Using the streambuf layer for information on the facilities available at the streambuf level.

See the following documentation’s discussion for more information.

Top|Contents|Index|Previous|Next