<strstream> Members

Reference

Classes

strstreambuf Class

The class describes a stream buffer that controls the transmission of elements to and from a sequence of elements stored in a char array object.

istrstream Class

The class describes an object that controls extraction of elements and encoded objects from a stream buffer of class strstreambuf.

ostrstream Class

The class describes an object that controls insertion of elements and encoded objects into a stream buffer of class strstreambuf.

strstream Class

The class describes an object that controls insertion and extraction of elements and encoded objects using a stream buffer of class strstreambuf.

See Also

Reference

<strstream>

Thread Safety in the C++ Standard Library

iostream Programming

iostreams Conventions