#include <bits/c++config.h>#include <bits/c++locale.h>#include <bits/c++io.h>#include <cctype>#include <bits/stringfwd.h>#include <bits/postypes.h>#include <bits/functexcept.h>Include dependency graph for iosfwd:

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

Go to the source code of this file.
Namespaces | |
| namespace | std |
Defines | |
| #define | GLIBCXXIOSFWD |
Typedefs | |
| typedef basic_ios< char > | std::ios |
| One of the I/O forward declarations . | |
| typedef basic_streambuf< char > | std::streambuf |
| One of the I/O forward declarations . | |
| typedef basic_istream< char > | std::istream |
| One of the I/O forward declarations . | |
| typedef basic_ostream< char > | std::ostream |
| One of the I/O forward declarations . | |
| typedef basic_iostream< char > | std::iostream |
| One of the I/O forward declarations . | |
| typedef basic_stringbuf< char > | std::stringbuf |
| One of the I/O forward declarations . | |
| typedef basic_istringstream< char > | std::istringstream |
| One of the I/O forward declarations . | |
| typedef basic_ostringstream< char > | std::ostringstream |
| One of the I/O forward declarations . | |
| typedef basic_stringstream< char > | std::stringstream |
| One of the I/O forward declarations . | |
| typedef basic_filebuf< char > | std::filebuf |
| One of the I/O forward declarations . | |
| typedef basic_ifstream< char > | std::ifstream |
| One of the I/O forward declarations . | |
| typedef basic_ofstream< char > | std::ofstream |
| One of the I/O forward declarations . | |
| typedef basic_fstream< char > | std::fstream |
| One of the I/O forward declarations . | |
include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file iosfwd.
1.5.1