basic_ios Class Reference
#include
<stdapis/stlportv5/stl/_ios.h>
Link against: libstdcppv5.lib
| class basic_ios : public ios_base |
| Public Member Functions |
|---|
| basic_ios(basic_streambuf< _CharT, _Traits > *) |
| virtual | ~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) |
Member Type Definition 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 |
Constructor & Destructor Documentation
basic_ios ( basic_streambuf< _CharT, _Traits > * )
~basic_ios ( )
| ~basic_ios | ( | ) | [inline, virtual] |
Member Function 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] |