strstream Members

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

Reference

Constructors

strstream

Constructs an object of type strstream.

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

Concepts

strstream Class

iostream

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions