#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 |
Typedefs | |
| typedef basic_ios< char > | ios |
| One of the I/O forward declarations . | |
| typedef basic_streambuf< char > | streambuf |
| One of the I/O forward declarations . | |
| typedef basic_istream< char > | istream |
| One of the I/O forward declarations . | |
| typedef basic_ostream< char > | ostream |
| One of the I/O forward declarations . | |
| typedef basic_iostream< char > | iostream |
| One of the I/O forward declarations . | |
| typedef basic_stringbuf< char > | stringbuf |
| One of the I/O forward declarations . | |
| typedef basic_istringstream< char > | istringstream |
| One of the I/O forward declarations . | |
| typedef basic_ostringstream< char > | ostringstream |
| One of the I/O forward declarations . | |
| typedef basic_stringstream< char > | stringstream |
| One of the I/O forward declarations . | |
| typedef basic_filebuf< char > | filebuf |
| One of the I/O forward declarations . | |
| typedef basic_ifstream< char > | ifstream |
| One of the I/O forward declarations . | |
| typedef basic_ofstream< char > | ofstream |
| One of the I/O forward declarations . | |
| typedef basic_fstream< char > | 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.4.2