libstdc++
|
Public Types | |
typedef basic_istream< _CharT, _Traits > | __istream_type |
typedef basic_ostream< _CharT, _Traits > | __ostream_type |
typedef _CharT | char_type |
typedef _Traits::int_type | int_type |
typedef _Traits::off_type | off_type |
typedef _Traits::pos_type | pos_type |
typedef _Traits | traits_type |
Public Member Functions | |
basic_iostream (basic_streambuf< _CharT, _Traits > *__sb) | |
virtual | ~basic_iostream () |
Protected Member Functions | |
basic_iostream (basic_iostream &&__rhs) | |
basic_iostream (const basic_iostream &)=delete | |
basic_iostream & | operator= (basic_iostream &&__rhs) |
basic_iostream & | operator= (const basic_iostream &)=delete |
void | swap (basic_iostream &__rhs) |
Template class basic_iostream.
_CharT | Type of character stream. |
_Traits | Traits for character type, defaults to char_traits<_CharT>. |
This class multiply inherits from the input and output stream classes simply to provide a single interface.
|
inlineexplicit |
|
inlinevirtual |