Public Types |
| typedef _CharT | char_type |
| typedef _Traits::int_type | int_type |
| typedef _Traits::pos_type | pos_type |
| typedef _Traits::off_type | off_type |
| typedef _Traits | traits_type |
Public Member Functions |
| | basic_ios (basic_streambuf< _CharT, _Traits > *__streambuf) |
| virtual | ~basic_ios () |
| basic_ostream< _CharT, _Traits > * | tie () const |
| basic_ostream< _CharT, _Traits > * | tie (basic_ostream< char_type, traits_type > *__new_tied_ostream) |
basic_streambuf< _CharT,
_Traits > * | rdbuf () const |
basic_streambuf< _CharT,
_Traits > * | rdbuf (basic_streambuf< char_type, traits_type > *) |
| basic_ios< _CharT, _Traits > & | copyfmt (const basic_ios< _CharT, _Traits > &__x) |
| char_type | fill () const |
| char_type | fill (char_type __fill) |
| void | clear (iostate __state=goodbit) |
| void | setstate (iostate __state) |
| iostate | exceptions () const |
| void | exceptions (iostate __mask) |
| locale | imbue (const locale &) |
| char | narrow (_CharT, char) const |
| _CharT | widen (char) const |
| const ctype< char_type > * | _M_ctype_facet () const |
| void | _M_handle_exception (ios_base::iostate __flag) |
Static Public Member Functions |
| static bool _STLP_CALL | _S_eof (int_type __c) |
Protected Member Functions |
| | basic_ios () |
| void | init (basic_streambuf< _CharT, _Traits > *__streambuf) |
Protected Attributes |
| const ctype< char_type > * | _M_cached_ctype |
Private Attributes |
| char_type | _M_fill |
basic_streambuf< _CharT,
_Traits > * | _M_streambuf |
| basic_ostream< _CharT, _Traits > * | _M_tied_ostream |
Friends |
| class | ios_base |
template<class _CharT, class _Traits>
class basic_ios< _CharT, _Traits >
Definition at line 48 of file _ios.h.