Reference
Typedefs
| Creates a type basic_istringstream specialized on a char template parameter. | |
| Creates a type basic_ostringstream specialized on a char template parameter. | |
| Creates a type basic_stringbuf specialized on a char template parameter. | |
| Creates a type basic_stringstream specialized on a char template parameter. | |
| Creates a type basic_istringstream specialized on a wchar_t template parameter. | |
| Creates a type basic_ostringstream specialized on a wchar_t template parameter. | |
| Creates a type basic_stringbuf specialized on a wchar_t template parameter. | |
| Creates a type basic_stringstream specialized on a wchar_t template parameter. | 
Manipulators
| Exchanges the values between two sstream objects. | 
Classes
| Describes a stream buffer that controls the transmission of elements of type Elem, whose character traits are determined by the class Tr, to and from a sequence of elements stored in an array object. | |
| Describes an object that controls extraction of elements and encoded objects from a stream buffer of class basic_stringbuf<Elem, Tr, Alloc>, with elements of type Elem, whose character traits are determined by the class Tr, and whose elements are allocated by an allocator of class Alloc. | |
| Describes an object that controls insertion of elements and encoded objects into a stream buffer of class basic_stringbuf<Elem, Tr, Alloc>, with elements of type Elem, whose character traits are determined by the class Tr, and whose elements are allocated by an allocator of class Alloc. | |
| Describes an object that controls insertion and extraction of elements and encoded objects using a stream buffer of class basic_stringbuf<Elem, Tr, Alloc>, with elements of type Elem, whose character traits are determined by the class Tr, and whose elements are allocated by an allocator of class Alloc. |