#include <stdapis/stlportv5/stl/_sstream.h>
class basic_istringstream : public basic_istream |
Public Member Type Definitions | |
---|---|
typedef | basic_istream< _CharT, _Traits > _Base |
typedef | basic_ios< _CharT, _Traits > _Basic_ios |
typedef | basic_stringbuf< _CharT, _Traits, _Alloc > _Buf |
typedef | basic_string< _CharT, _Traits, _Alloc > _String |
typedef | _Traits::char_type 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_istringstream(ios_base::openmode) | |
basic_istringstream(const _String &, ios_base::openmode) | |
~basic_istringstream() | |
basic_stringbuf< _CharT, _Traits, _Alloc > * | rdbuf() |
_String | str() |
void | str(const _String &) |
Inherited Enumerations | |
---|---|
ios_base:event |
typedef basic_istream< _CharT, _Traits > | _Base |
typedef basic_ios< _CharT, _Traits > | _Basic_ios |
typedef basic_stringbuf< _CharT, _Traits, _Alloc > | _Buf |
typedef basic_string< _CharT, _Traits, _Alloc > | _String |
typedef _Traits::char_type | 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_istringstream | ( | ios_base::openmode | __mode = ios_base::in | ) |
basic_istringstream | ( | const _String & | __str, |
ios_base::openmode | __mode = ios_base::in | ||
) |
~basic_istringstream | ( | ) | [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.
basic_stringbuf< _CharT, _Traits, _Alloc > * | rdbuf | ( | ) | const [inline] |
Reimplemented from basic_ios::rdbuf()const
_String | str | ( | ) | const [inline] |
void | str | ( | const _String & | __s | ) | [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 | |
---|---|
__s | - |