#include <std_sstream.h>
Inheritance diagram for std::basic_stringstream:
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_iostream< char_type, traits_type > | __iostream_type |
Public Methods | |
basic_stringstream (ios_base::openmode __m=ios_base::out|ios_base::in) | |
basic_stringstream (const __string_type &__str, ios_base::openmode __m=ios_base::out|ios_base::in) | |
~basic_stringstream () | |
__stringbuf_type * | rdbuf () const |
__string_type | str () const |
void | str (const __string_type &__s) |
Private Attributes | |
__stringbuf_type | _M_stringbuf |
|
Definition at line 322 of file std_sstream.h. |
|
Definition at line 320 of file std_sstream.h. |
|
Definition at line 321 of file std_sstream.h. |
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 309 of file std_sstream.h. |
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 315 of file std_sstream.h. |
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 317 of file std_sstream.h. |
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 316 of file std_sstream.h. |
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 310 of file std_sstream.h. |
|
Definition at line 330 of file std_sstream.h. References std::basic_stringstream< _CharT, _Traits, _Alloc >::_M_stringbuf, and std::basic_ios< _CharT, _Traits >::init(). |
|
Definition at line 335 of file std_sstream.h. References std::basic_stringstream< _CharT, _Traits, _Alloc >::_M_stringbuf, and std::basic_ios< _CharT, _Traits >::init(). |
|
Definition at line 340 of file std_sstream.h. |
|
Reimplemented from std::basic_ios< _CharT, _Traits >. Definition at line 345 of file std_sstream.h. References std::basic_stringstream< _CharT, _Traits, _Alloc >::_M_stringbuf. |
|
Definition at line 353 of file std_sstream.h. References std::basic_stringstream< _CharT, _Traits, _Alloc >::_M_stringbuf. |
|
Definition at line 349 of file std_sstream.h. References std::basic_stringstream< _CharT, _Traits, _Alloc >::_M_stringbuf. |
|
Definition at line 325 of file std_sstream.h. Referenced by std::basic_stringstream< _CharT, _Traits, _Alloc >::basic_stringstream(), std::basic_stringstream< _CharT, _Traits, _Alloc >::rdbuf(), and std::basic_stringstream< _CharT, _Traits, _Alloc >::str(). |