#include <std_sstream.h>
Inheritance diagram for std::basic_istringstream:


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_istream< char_type, traits_type > | __istream_type |
Public Methods | |
| basic_istringstream (ios_base::openmode __mode=ios_base::in) | |
| basic_istringstream (const __string_type &__str, ios_base::openmode __mode=ios_base::in) | |
| ~basic_istringstream () | |
| __stringbuf_type * | rdbuf () const |
| __string_type | str () const |
| void | str (const __string_type &__s) |
Private Attributes | |
| __stringbuf_type | _M_stringbuf |
|
|||||
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 212 of file std_sstream.h. |
|
|||||
|
Definition at line 210 of file std_sstream.h. |
|
|||||
|
Definition at line 211 of file std_sstream.h. |
|
|||||
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 199 of file std_sstream.h. |
|
|||||
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 205 of file std_sstream.h. |
|
|||||
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 207 of file std_sstream.h. |
|
|||||
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 206 of file std_sstream.h. |
|
|||||
|
Reimplemented from std::basic_istream< _CharT, _Traits >. Definition at line 200 of file std_sstream.h. |
|
||||||||||
|
Definition at line 220 of file std_sstream.h. References std::basic_istringstream< _CharT, _Traits, _Alloc >::_M_stringbuf, std::ios_base::in, and std::basic_ios< _CharT, _Traits >::init(). |
|
||||||||||||||||
|
Definition at line 225 of file std_sstream.h. References std::basic_istringstream< _CharT, _Traits, _Alloc >::_M_stringbuf, std::ios_base::in, and std::basic_ios< _CharT, _Traits >::init(). |
|
|||||||||
|
Definition at line 230 of file std_sstream.h. |
|
||||||||||
|
Reimplemented from std::basic_ios< _CharT, _Traits >. Definition at line 235 of file std_sstream.h. References std::basic_istringstream< _CharT, _Traits, _Alloc >::_M_stringbuf. |
|
||||||||||
|
Definition at line 243 of file std_sstream.h. References std::basic_istringstream< _CharT, _Traits, _Alloc >::_M_stringbuf. |
|
|||||||||
|
Definition at line 239 of file std_sstream.h. References std::basic_istringstream< _CharT, _Traits, _Alloc >::_M_stringbuf. |
|
|||||
|
Definition at line 215 of file std_sstream.h. Referenced by std::basic_istringstream< _CharT, _Traits, _Alloc >::basic_istringstream(), std::basic_istringstream< _CharT, _Traits, _Alloc >::rdbuf(), and std::basic_istringstream< _CharT, _Traits, _Alloc >::str(). |
1.2.15