#include <stdapis/stlportv5/stl/_sstream.h>
class basic_ostringstream : public basic_ostream |
Public Member Type Definitions | |
---|---|
typedef | basic_ostream< _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_ostringstream(ios_base::openmode) | |
basic_ostringstream(const _String &, ios_base::openmode) | |
~basic_ostringstream() | |
basic_stringbuf< _CharT, _Traits, _Alloc > * | rdbuf() |
_String | str() |
void | str(const _String &) |
Inherited Enumerations | |
---|---|
ios_base:event |
typedef basic_ostream< _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_ostringstream | ( | ios_base::openmode | __mode = ios_base::out | ) |
basic_ostringstream | ( | const _String & | __str, |
ios_base::openmode | __mode = ios_base::out | ||
) |
~basic_ostringstream | ( | ) | [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 | - |