<streambuf> Members

Reference

Typedefs

streambuf

A specialization of basic_streambuf that uses char as the template parameters.

wstreambuf

A specialization of basic_streambuf that uses wchar_t as the template parameters.

Classes

basic_streambuf Class

The template class describes an abstract base class for deriving a stream buffer, which controls the transmission of elements to and from a specific representation of a stream.

See Also

Reference

<streambuf>

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions