libstdc++
|
Go to the source code of this file.
Classes | |
class | std::basic_filebuf< _CharT, _Traits > |
The actual work of input and output (for files). More... | |
class | std::basic_fstream< _CharT, _Traits > |
Controlling 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... | |
Namespaces | |
namespace | std |
Defines | |
#define | _GLIBCXX_FSTREAM |
Functions | |
template<class _CharT , class _Traits > | |
void | std::swap (basic_filebuf< _CharT, _Traits > &__x, basic_filebuf< _CharT, _Traits > &__y) |
template<class _CharT , class _Traits > | |
void | std::swap (basic_ifstream< _CharT, _Traits > &__x, basic_ifstream< _CharT, _Traits > &__y) |
template<class _CharT , class _Traits > | |
void | std::swap (basic_ofstream< _CharT, _Traits > &__x, basic_ofstream< _CharT, _Traits > &__y) |
template<class _CharT , class _Traits > | |
void | std::swap (basic_fstream< _CharT, _Traits > &__x, basic_fstream< _CharT, _Traits > &__y) |
This is a Standard C++ Library header.
Definition in file fstream.