#include <istream>#include <ostream>#include <locale>#include <cstdio>#include <bits/basic_file.h>#include <bits/gthr.h>#include <bits/fstream.tcc>Include dependency graph for fstream:

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_filebuf< CharT, Traits > |
| The actual work of input and output (for files). More... | |
| class | std::basic_ifstream< CharT, Traits > |
| Controlling input for files. More... | |
| class | std::basic_ofstream< CharT, Traits > |
| Controlling output for files. More... | |
| class | std::basic_fstream< CharT, Traits > |
| Controlling intput and output for files. More... | |
Defines | |
| #define | GLIBCXXFSTREAM |
include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file fstream.
1.5.1