ios_base.h File Reference

#include <bits/atomicity.h>
#include <bits/localefwd.h>
#include <bits/locale_classes.h>

Include dependency graph for ios_base.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Functions

ios_base & boolalpha (ios_base &__base)
 Calls base.setf(ios_base::boolalpha).
ios_base & noboolalpha (ios_base &__base)
 Calls base.unsetf(ios_base::boolalpha).
ios_base & showbase (ios_base &__base)
 Calls base.setf(ios_base::showbase).
ios_base & noshowbase (ios_base &__base)
 Calls base.unsetf(ios_base::showbase).
ios_base & showpoint (ios_base &__base)
 Calls base.setf(ios_base::showpoint).
ios_base & noshowpoint (ios_base &__base)
 Calls base.unsetf(ios_base::showpoint).
ios_base & showpos (ios_base &__base)
 Calls base.setf(ios_base::showpos).
ios_base & noshowpos (ios_base &__base)
 Calls base.unsetf(ios_base::showpos).
ios_base & skipws (ios_base &__base)
 Calls base.setf(ios_base::skipws).
ios_base & noskipws (ios_base &__base)
 Calls base.unsetf(ios_base::skipws).
ios_base & uppercase (ios_base &__base)
 Calls base.setf(ios_base::uppercase).
ios_base & nouppercase (ios_base &__base)
 Calls base.unsetf(ios_base::uppercase).
ios_base & unitbuf (ios_base &__base)
 Calls base.setf(ios_base::unitbuf).
ios_base & nounitbuf (ios_base &__base)
 Calls base.unsetf(ios_base::unitbuf).
ios_base & internal (ios_base &__base)
 Calls base.setf(ios_base::internal, ios_base::adjustfield).
ios_base & left (ios_base &__base)
 Calls base.setf(ios_base::left, ios_base::adjustfield).
ios_base & right (ios_base &__base)
 Calls base.setf(ios_base::right, ios_base::adjustfield).
ios_base & dec (ios_base &__base)
 Calls base.setf(ios_base::dec, ios_base::basefield).
ios_base & hex (ios_base &__base)
 Calls base.setf(ios_base::hex, ios_base::basefield).
ios_base & oct (ios_base &__base)
 Calls base.setf(ios_base::oct, ios_base::basefield).
ios_base & fixed (ios_base &__base)
 Calls base.setf(ios_base::fixed, ios_base::floatfield).
ios_base & scientific (ios_base &__base)
 Calls base.setf(ios_base::scientific, ios_base::floatfield).


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file ios_base.h.


Function Documentation

ios_base& std::boolalpha (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::boolalpha).

Definition at line 790 of file ios_base.h.

References std::ios_base::boolalpha, and std::ios_base::setf().

ios_base& std::dec (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::dec, ios_base::basefield).

Definition at line 928 of file ios_base.h.

References std::ios_base::basefield, and std::ios_base::dec.

ios_base& std::fixed (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::fixed, ios_base::floatfield).

Definition at line 953 of file ios_base.h.

References std::ios_base::fixed, and std::ios_base::floatfield.

ios_base& std::hex (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::hex, ios_base::basefield).

Definition at line 936 of file ios_base.h.

References std::ios_base::basefield, and std::ios_base::hex.

ios_base& std::internal (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::internal, ios_base::adjustfield).

Definition at line 903 of file ios_base.h.

References std::ios_base::adjustfield, and std::ios_base::internal.

ios_base& std::left (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::left, ios_base::adjustfield).

Definition at line 911 of file ios_base.h.

References std::ios_base::adjustfield, and std::ios_base::left.

ios_base& std::noboolalpha (  ios_base &  __base  )  [inline]
 

Calls base.unsetf(ios_base::boolalpha).

Definition at line 798 of file ios_base.h.

References std::ios_base::boolalpha.

ios_base& std::noshowbase (  ios_base &  __base  )  [inline]
 

Calls base.unsetf(ios_base::showbase).

Definition at line 814 of file ios_base.h.

References std::ios_base::showbase.

ios_base& std::noshowpoint (  ios_base &  __base  )  [inline]
 

Calls base.unsetf(ios_base::showpoint).

Definition at line 830 of file ios_base.h.

References std::ios_base::showpoint.

ios_base& std::noshowpos (  ios_base &  __base  )  [inline]
 

Calls base.unsetf(ios_base::showpos).

Definition at line 846 of file ios_base.h.

References std::ios_base::showpos.

ios_base& std::noskipws (  ios_base &  __base  )  [inline]
 

Calls base.unsetf(ios_base::skipws).

Definition at line 862 of file ios_base.h.

References std::ios_base::skipws.

ios_base& std::nounitbuf (  ios_base &  __base  )  [inline]
 

Calls base.unsetf(ios_base::unitbuf).

Definition at line 894 of file ios_base.h.

References std::ios_base::unitbuf.

ios_base& std::nouppercase (  ios_base &  __base  )  [inline]
 

Calls base.unsetf(ios_base::uppercase).

Definition at line 878 of file ios_base.h.

References std::ios_base::uppercase.

ios_base& std::oct (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::oct, ios_base::basefield).

Definition at line 944 of file ios_base.h.

References std::ios_base::basefield, and std::ios_base::oct.

ios_base& std::right (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::right, ios_base::adjustfield).

Definition at line 919 of file ios_base.h.

References std::ios_base::adjustfield, and std::ios_base::right.

ios_base& std::scientific (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::scientific, ios_base::floatfield).

Definition at line 961 of file ios_base.h.

References std::ios_base::floatfield, and std::ios_base::scientific.

ios_base& std::showbase (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::showbase).

Definition at line 806 of file ios_base.h.

References std::ios_base::showbase.

ios_base& std::showpoint (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::showpoint).

Definition at line 822 of file ios_base.h.

References std::ios_base::showpoint.

ios_base& std::showpos (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::showpos).

Definition at line 838 of file ios_base.h.

References std::ios_base::showpos.

ios_base& std::skipws (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::skipws).

Definition at line 854 of file ios_base.h.

References std::ios_base::skipws.

ios_base& std::unitbuf (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::unitbuf).

Definition at line 886 of file ios_base.h.

References std::ios_base::unitbuf.

ios_base& std::uppercase (  ios_base &  __base  )  [inline]
 

Calls base.setf(ios_base::uppercase).

Definition at line 870 of file ios_base.h.

References std::ios_base::uppercase.


Generated on Fri May 6 01:10:24 2005 for libstdc++-v3 Source by  doxygen 1.4.2