basic_stringstream Members

The following tables list the members of the basic_stringstream Class. For a list of members inherited by the basic_stringstream class, see basic_iostream Class.

Reference

Constructors

basic_stringstream

Constructs an object of type basic_stringstream.

Typedefs

allocator_type

The type is a synonym for the template parameter Alloc.

Member Functions

rdbuf

Returns the address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>.

str

Sets or gets the text in a string buffer without changing the write position.

See Also

Reference

basic_stringstream Class

basic_iostream Class

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions