Inheritance diagram for std::basic_iostream< _CharT, _Traits >:
Public Methods | |
basic_iostream (basic_streambuf< _CharT, _Traits > *__sb) | |
Constructor does nothing. | |
virtual | ~basic_iostream () |
Destructor does nothing. |
This class multiply inherits from the input and output stream classes simply to provide a single interface.
Definition at line 706 of file istream.
|
Constructor does nothing. Both of the parent classes are initialized with the same streambuf pointer passed to this constructor. |
|
Destructor does nothing.
|