#include <bits/c++config.h>
#include <iosfwd>
#include <cstdio>
#include <bits/localefwd.h>
#include <bits/ios_base.h>
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 | CPPSTREAMBUF |
Functions | |
template<typename CharT, typename Traits> | |
streamsize | std::copy_streambufs (basic_ios< CharT, Traits > &, 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.