Share via


strstreambuf Members

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

Reference

Constructors

strstreambuf

Constructs an object of type strstreambuf.

Member Functions

freeze

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

overflow

A protected virtual function that can be called when a new character is inserted into a full buffer.

pbackfail

A protected virtual member function that tries to put back an element into the input stream, and then make it the current element (pointed to by the next pointer).

pcount

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

seekoff

A protected virtual member function that tries to alter the current positions for the controlled streams.

seekpos

A protected virtual member function that tries to alter the current positions for the controlled streams.

str

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

underflow

A protected virtual function to extract the current element from the input stream.

See Also

Reference

streambuf

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions

Other Resources

<strstream> Members