basic_ios Class Reference
class basic_ios : public ios_base |
Public Member Functions |
---|
| basic_ios(basic_streambuf< _CharT, _Traits > *) |
| ~basic_ios() |
void | _M_handle_exception(ios_base::iostate) |
bool _STLP_CALL | _S_eof(int_type) |
void | clear(iostate) |
basic_ios< _CharT, _Traits > & | copyfmt(const basic_ios< _CharT, _Traits > &) |
iostate
| exceptions() |
void | exceptions(iostate) |
char_type
| fill() |
char_type
| fill(char_type) |
locale
| imbue(const locale &) |
char | narrow(_CharT, char) |
basic_streambuf< _CharT, _Traits > * | rdbuf() |
basic_streambuf< _CharT, _Traits > * | rdbuf(basic_streambuf< char_type, traits_type > *) |
void | setstate(iostate) |
basic_ostream< _CharT, _Traits > * | tie() |
basic_ostream< _CharT, _Traits > * | tie(basic_ostream< char_type, traits_type > *) |
_CharT | widen(char) |
Constructor & Destructor Documentation
basic_ios(basic_streambuf< _CharT, _Traits > *)
~basic_ios()
~basic_ios | ( | ) | [inline, virtual] |
Member Functions Documentation
_M_handle_exception(ios_base::iostate)
_S_eof(int_type)
bool _STLP_CALL | _S_eof | ( | int_type | __c | ) | [static, inline] |
copyfmt(const basic_ios< _CharT, _Traits > &)
exceptions(iostate)
void | exceptions | ( | iostate | __mask | ) | [inline] |
init(basic_streambuf< _CharT, _Traits > *)
narrow(_CharT, char)
char | narrow | ( | _CharT | , |
| char | |
| ) | const [inline] |
rdbuf(basic_streambuf< char_type, traits_type > *)
setstate(iostate)
void | setstate | ( | iostate | __state | ) | [inline] |
tie(basic_ostream< char_type, traits_type > *)
widen(char)
_CharT | widen | ( | char | | ) | const [inline] |
Member Type Definitions Documentation
Typedef int_type
typedef _Traits::int_type | int_type |
Typedef off_type
typedef _Traits::off_type | off_type |
Typedef pos_type
typedef _Traits::pos_type | pos_type |
Typedef traits_type
typedef _Traits | traits_type |
Member Data Documentation
basic_streambuf< _CharT, _Traits > * _M_streambuf
basic_ostream< _CharT, _Traits > * _M_tied_ostream
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.