iomanip File Reference


Detailed Description

This is a Standard C++ Library header.

Definition in file iomanip.

Go to the source code of this file.

Namespaces

Defines

Functions


Function Documentation

_Resetiosflags resetiosflags ios_base::fmtflags  __mask  )  [inline]
 

Manipulator for setf.

Parameters:
mask A format flags mask.
Sent to a stream object, this manipulator resets the specified flags, via stream.setf(0,mask).

Definition at line 63 of file iomanip.

_Setbase setbase int  __base  )  [inline]
 

Manipulator for setf.

Parameters:
base A numeric base.
Sent to a stream object, this manipulator changes the ios_base::basefield flags to oct, dec, or hex when base is 8, 10, or 16, accordingly, and to 0 if base is any other value.

Definition at line 132 of file iomanip.

_Setfill<_CharT> setfill _CharT  __c  )  [inline]
 

Manipulator for fill.

Parameters:
c The new fill character.
Sent to a stream object, this manipulator calls fill(c) for that object.

Definition at line 174 of file iomanip.

_Setiosflags setiosflags ios_base::fmtflags  __mask  )  [inline]
 

Manipulator for setf.

Parameters:
mask A format flags mask.
Sent to a stream object, this manipulator sets the format flags to mask.

Definition at line 97 of file iomanip.

_Setprecision setprecision int  __n  )  [inline]
 

Manipulator for precision.

Parameters:
n The new precision.
Sent to a stream object, this manipulator calls precision(n) for that object.

Definition at line 208 of file iomanip.

_Setw setw int  __n  )  [inline]
 

Manipulator for width.

Parameters:
n The new width.
Sent to a stream object, this manipulator calls width(n) for that object.

Definition at line 242 of file iomanip.


Generated on Sat Apr 2 13:54:44 2005 for libstdc++ source by  doxygen 1.4.0