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_ostream< _CharT,
_Traits > | _Base |
typedef basic_string< _CharT,
_Traits, _Alloc > | _String |
typedef basic_stringbuf
< _CharT, _Traits, _Alloc > | _Buf |
Public Member Functions |
| | basic_ostringstream (ios_base::openmode __mode=ios_base::out) |
| | basic_ostringstream (const _String &__str, ios_base::openmode __mode=ios_base::out) |
| | ~basic_ostringstream () |
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_ostringstream< _CharT, _Traits, _Alloc >
Definition at line 160 of file _sstream.h.