#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 | GLIBCXXIOMANIP |
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) |
include
this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file iomanip.