basic_ostringstream Members

The following tables list the members of the basic_ostringstream Class. For a list of members inherited by the basic_ostringstream class, see basic_ostream Members.

Reference

Constructors

basic_ostringstream

Constructs an object of type basic_ostringstream.

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_ostringstream Class

basic_ostream Class

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions

Other Resources

basic_ostream Members