ostrstream Members

The following table lists the members of the ostrstream Class. For a list of members inherited by the ostrstream class, see ostream.

Reference

Constructors

ostrstream

Constructs an object of type ostrstream.

Member Functions

freeze

Causes a stream buffer to be unavailable through stream buffer operations.

pcount

Returns a count of the number of elements written to the controlled sequence.

rdbuf

Returns a pointer to the stream's associated strstreambuf object.

str

Calls freeze, and then returns a pointer to the beginning of the controlled sequence.

See Also

Reference

ostrstream Class

ostream

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions