#include <istream>
#include <ostream>
#include <locale>
#include <bits/basic_file.h>
#include <bits/gthr.h>
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... |
include
this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file fstream.