#include <bits/c++config.h>#include <iosfwd>#include <bits/localefwd.h>#include <bits/ios_base.h>#include <bits/streambuf.tcc>Include dependency graph for streambuf:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::basic_streambuf< CharT, Traits > |
| The actual work of input and output (interface). More... | |
Defines | |
| #define | CLIBXXSTREAMBUF |
Functions | |
| template<typename CharT, typename Traits> | |
| streamsize | std::copy_streambufs (basic_streambuf< CharT, Traits > *sbin, basic_streambuf< CharT, Traits > *sbout) |
include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file streambuf.
1.5.1