Merging istream and ostream capabilities.This class multiply inherits from the input and output stream classes simply to provide a single interface. More...
Controlling input.This is the base class for all input streams. It provides text formatting of all builtin types, and communicates with any class derived from basic_streambuf to do the actual input. More...