libstdc++
iomanip File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define __glibcxx_want_quoted_string_io
 
#define _GLIBCXX_IOMANIP
 

Functions

template<typename _MoneyT>
_Get_money< _MoneyT > std::get_money (_MoneyT &__mon, bool __intl=false)
 
template<typename _CharT>
_Get_time< _CharT > std::get_time (std::tm *__tmb, const _CharT *__fmt)
 
template<typename _CharT, typename _Traits, typename _MoneyT>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Put_money< _MoneyT > __f)
 
template<typename _CharT, typename _Traits>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Put_time< _CharT > __f)
 
template<typename _CharT, typename _Traits>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Resetiosflags __f)
 
template<typename _CharT, typename _Traits>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setbase __f)
 
template<typename _CharT, typename _Traits>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setfill< _CharT > __f)
 
template<typename _CharT, typename _Traits>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setiosflags __f)
 
template<typename _CharT, typename _Traits>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setprecision __f)
 
template<typename _CharT, typename _Traits>
basic_ostream< _CharT, _Traits > & std::operator<< (basic_ostream< _CharT, _Traits > &__os, _Setw __f)
 
template ostreamstd::operator<< (ostream &, _Resetiosflags)
 
template ostreamstd::operator<< (ostream &, _Setbase)
 
template ostreamstd::operator<< (ostream &, _Setfill< char >)
 
template ostreamstd::operator<< (ostream &, _Setiosflags)
 
template ostreamstd::operator<< (ostream &, _Setprecision)
 
template ostreamstd::operator<< (ostream &, _Setw)
 
template wostreamstd::operator<< (wostream &, _Resetiosflags)
 
template wostreamstd::operator<< (wostream &, _Setbase)
 
template wostreamstd::operator<< (wostream &, _Setfill< wchar_t >)
 
template wostreamstd::operator<< (wostream &, _Setiosflags)
 
template wostreamstd::operator<< (wostream &, _Setprecision)
 
template wostreamstd::operator<< (wostream &, _Setw)
 
template<typename _CharT, typename _Traits, typename _MoneyT>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, _Get_money< _MoneyT > __f)
 
template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, _Get_time< _CharT > __f)
 
template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, _Resetiosflags __f)
 
template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setbase __f)
 
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_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setiosflags __f)
 
template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setprecision __f)
 
template<typename _CharT, typename _Traits>
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, _Setw __f)
 
template istreamstd::operator>> (istream &, _Resetiosflags)
 
template istreamstd::operator>> (istream &, _Setbase)
 
template istreamstd::operator>> (istream &, _Setfill< char >)
 
template istreamstd::operator>> (istream &, _Setiosflags)
 
template istreamstd::operator>> (istream &, _Setprecision)
 
template istreamstd::operator>> (istream &, _Setw)
 
template wistreamstd::operator>> (wistream &, _Resetiosflags)
 
template wistreamstd::operator>> (wistream &, _Setbase)
 
template wistreamstd::operator>> (wistream &, _Setfill< wchar_t >)
 
template wistreamstd::operator>> (wistream &, _Setiosflags)
 
template wistreamstd::operator>> (wistream &, _Setprecision)
 
template wistreamstd::operator>> (wistream &, _Setw)
 
template<typename _MoneyT>
_Put_money< _MoneyT > std::put_money (const _MoneyT &__mon, bool __intl=false)
 
template<typename _CharT>
_Put_time< _CharT > std::put_time (const std::tm *__tmb, const _CharT *__fmt)
 
_Resetiosflags std::resetiosflags (ios_base::fmtflags __mask)
 
_Setbase std::setbase (int __base)
 
template<typename _CharT>
_Setfill< _CharT > std::setfill (_CharT __c)
 
_Setiosflags std::setiosflags (ios_base::fmtflags __mask)
 
_Setprecision std::setprecision (int __n)
 
_Setw std::setw (int __n)
 

Detailed Description

This is a Standard C++ Library header.

Definition in file iomanip.

Macro Definition Documentation

◆ __glibcxx_want_quoted_string_io

#define __glibcxx_want_quoted_string_io

Definition at line 49 of file iomanip.

◆ _GLIBCXX_IOMANIP

#define _GLIBCXX_IOMANIP

Definition at line 34 of file iomanip.