Public Types |
| typedef _Traits::char_type | char_type |
| typedef _Traits::int_type | int_type |
| typedef _Traits::pos_type | pos_type |
| typedef _Traits::off_type | off_type |
| typedef _Traits | traits_type |
typedef basic_ios< _CharT,
_Traits > | _Basic_ios |
typedef basic_iostream< _CharT,
_Traits > | _Base |
typedef basic_string< _CharT,
_Traits, _Alloc > | _String |
typedef basic_stringbuf
< _CharT, _Traits, _Alloc > | _Buf |
| typedef ios_base::openmode | openmode |
Public Member Functions |
| | basic_stringstream (openmode __mod=ios_base::in|ios_base::out) |
| | basic_stringstream (const _String &__str, openmode __mod=ios_base::in|ios_base::out) |
| | ~basic_stringstream () |
basic_stringbuf< _CharT,
_Traits, _Alloc > * | rdbuf () const |
| _String | str () const |
| void | str (const _String &__s) |
Private Attributes |
basic_stringbuf< _CharT,
_Traits, _Alloc > | _M_buf |
template<class _CharT, class _Traits, class _Alloc>
class basic_stringstream< _CharT, _Traits, _Alloc >
Definition at line 204 of file _sstream.h.