basic_stringstream< _CharT, _Traits, _Alloc > Class Template Reference#include <_sstream.h>
 Inheritance diagram for basic_stringstream< _CharT, _Traits, _Alloc >: ![]() 
 Detailed Descriptiontemplate<class _CharT, class _Traits, class _Alloc>
 | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef _Traits::char_type basic_stringstream< _CharT, _Traits, _Alloc >::char_type | 
| typedef _Traits::int_type basic_stringstream< _CharT, _Traits, _Alloc >::int_type | 
| typedef _Traits::pos_type basic_stringstream< _CharT, _Traits, _Alloc >::pos_type | 
| typedef _Traits::off_type basic_stringstream< _CharT, _Traits, _Alloc >::off_type | 
| typedef _Traits basic_stringstream< _CharT, _Traits, _Alloc >::traits_type | 
| typedef basic_ios<_CharT, _Traits> basic_stringstream< _CharT, _Traits, _Alloc >::_Basic_ios | 
| typedef basic_iostream<_CharT, _Traits> basic_stringstream< _CharT, _Traits, _Alloc >::_Base | 
Definition at line 216 of file _sstream.h.
| typedef basic_string<_CharT, _Traits, _Alloc> basic_stringstream< _CharT, _Traits, _Alloc >::_String | 
Definition at line 217 of file _sstream.h.
| typedef basic_stringbuf<_CharT, _Traits, _Alloc> basic_stringstream< _CharT, _Traits, _Alloc >::_Buf | 
Definition at line 218 of file _sstream.h.
| typedef ios_base::openmode basic_stringstream< _CharT, _Traits, _Alloc >::openmode | 
| basic_stringstream< _CharT, _Traits, _Alloc >::basic_stringstream | ( | openmode |  __mod = ios_base::in|ios_base::out           | 
          ) | 
| basic_stringstream< _CharT, _Traits, _Alloc >::basic_stringstream | ( | const _String & | __str, | |
| openmode |  __mod = ios_base::in|ios_base::out | |||
| ) | 
| basic_stringstream< _CharT, _Traits, _Alloc >::~basic_stringstream | ( | ) | 
Definition at line 524 of file _sstream.c.
| basic_stringbuf<_CharT, _Traits, _Alloc>* basic_stringstream< _CharT, _Traits, _Alloc >::rdbuf | ( | ) |  const [inline] | 
        
Reimplemented from basic_ios< _CharT, _Traits >.
Definition at line 230 of file _sstream.h.
References __CONST_CAST.
| _String basic_stringstream< _CharT, _Traits, _Alloc >::str | ( | ) |  const [inline] | 
        
Definition at line 233 of file _sstream.h.
| void basic_stringstream< _CharT, _Traits, _Alloc >::str | ( | const _String & | __s | ) |  [inline] | 
        
Definition at line 234 of file _sstream.h.
 1.5.1