#include <bits/c++config.h>#include <istream>#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| struct | std::_Resetiosflags |
| struct | std::_Setiosflags |
| struct | std::_Setbase |
| struct | std::_Setfill< _CharT > |
| struct | std::_Setprecision |
| struct | std::_Setw |
Defines | |
| #define | _GLIBCXX_IOMANIP 1 |
Functions | |
| _Resetiosflags | std::resetiosflags (ios_base::fmtflags __mask) |
Manipulator for setf. | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, _Resetiosflags __f) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Resetiosflags __f) |
| _Setiosflags | std::setiosflags (ios_base::fmtflags __mask) |
Manipulator for setf. | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setiosflags __f) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setiosflags __f) |
| _Setbase | std::setbase (int __base) |
Manipulator for setf. | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setbase __f) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setbase __f) |
| template<typename _CharT> | |
| _Setfill< _CharT > | std::setfill (_CharT __c) |
Manipulator for fill. | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setfill< _CharT > __f) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setfill< _CharT > __f) |
| _Setprecision | std::setprecision (int __n) |
Manipulator for precision. | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setprecision __f) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setprecision __f) |
| _Setw | std::setw (int __n) |
Manipulator for width. | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setw __f) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setw __f) |
Definition in file iomanip.
1.4.7