#include <stdapis/stlportv5/stl/_ios.h>
class basic_ios : public ios_base |
Public Member Type Definitions | |
---|---|
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_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) |
Protected Member Functions | |
---|---|
basic_ios() | |
void | init(basic_streambuf< _CharT, _Traits > *) |
Inherited Enumerations | |
---|---|
ios_base:event |
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 |
basic_ios | ( | basic_streambuf< _CharT, _Traits > * | __streambuf | ) | [explicit] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__streambuf | - |
basic_ios | ( | ) | [protected] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
~basic_ios | ( | ) | [inline, virtual] |
void | _M_handle_exception | ( | ios_base::iostate | __flag | ) |
bool _STLP_CALL | _S_eof | ( | int_type | __c | ) | [static, inline] |
iostate | exceptions | ( | ) | const [inline] |
void | exceptions | ( | iostate | __mask | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__mask | - |
char_type | fill | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__fill | - |
Reimplemented from ios_base::imbue(const locale &)
void | init | ( | basic_streambuf< _CharT, _Traits > * | __streambuf | ) | [protected] |
char | narrow | ( | _CharT | , |
char | ||||
) | const [inline] |
basic_streambuf< _CharT, _Traits > * | rdbuf | ( | ) | const [inline] |
basic_streambuf< _CharT, _Traits > * | rdbuf | ( | basic_streambuf< char_type, traits_type > * | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
- |
void | setstate | ( | iostate | __state | ) | [inline] |
basic_ostream< _CharT, _Traits > * | tie | ( | ) | const [inline] |
basic_ostream< _CharT, _Traits > * | tie | ( | basic_ostream< char_type, traits_type > * | __new_tied_ostream | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__new_tied_ostream | - |