#include <std_sstream.h>
Inheritance diagram for std::basic_ostringstream:
Public Types | |
typedef _CharT | char_type |
typedef _Traits | traits_type |
typedef traits_type::int_type | int_type |
typedef traits_type::pos_type | pos_type |
typedef traits_type::off_type | off_type |
typedef basic_string<_CharT, _Traits, _Alloc> | __string_type |
typedef basic_stringbuf<_CharT, _Traits, _Alloc> | __stringbuf_type |
typedef basic_ostream<char_type, traits_type> | __ostream_type |
Public Methods | |
basic_ostringstream (ios_base::openmode __mode=ios_base::out) | |
basic_ostringstream (const __string_type __str, ios_base::openmode __mode=ios_base::out) | |
~basic_ostringstream () | |
__stringbuf_type* | rdbuf () const |
__string_type | str () const |
void | str (const __string_type &__s) |
|
Reimplemented from std::basic_ostream. Definition at line 255 of file std_sstream.h. |
|
Definition at line 253 of file std_sstream.h. |
|
Definition at line 254 of file std_sstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 246 of file std_sstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 248 of file std_sstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 250 of file std_sstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 249 of file std_sstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 247 of file std_sstream.h. |
|
Definition at line 259 of file std_sstream.h. |
|
Definition at line 264 of file std_sstream.h. |
|
Definition at line 269 of file std_sstream.h. |
|
Reimplemented from std::basic_ios. Definition at line 277 of file std_sstream.h. Referenced by str(). |
|
Definition at line 285 of file std_sstream.h. |
|
Definition at line 281 of file std_sstream.h. |