/home/ntakagi/work/STLport-5.1.5/stlport/stl/_ios_base.h File Reference

#include <stl/_stdexcept_base.h>
#include <utility>
#include <stl/_locale.h>
#include <stl/_string.h>

Go to the source code of this file.

Classes

class  ios_base
class  ios_base::failure
class  ios_base::Init

Functions

ios_base &_STLP_CALL boolalpha (ios_base &__s)
ios_base &_STLP_CALL noboolalpha (ios_base &__s)
ios_base &_STLP_CALL showbase (ios_base &__s)
ios_base &_STLP_CALL noshowbase (ios_base &__s)
ios_base &_STLP_CALL showpoint (ios_base &__s)
ios_base &_STLP_CALL noshowpoint (ios_base &__s)
ios_base &_STLP_CALL showpos (ios_base &__s)
ios_base &_STLP_CALL noshowpos (ios_base &__s)
ios_base &_STLP_CALL skipws (ios_base &__s)
ios_base &_STLP_CALL noskipws (ios_base &__s)
ios_base &_STLP_CALL uppercase (ios_base &__s)
ios_base &_STLP_CALL nouppercase (ios_base &__s)
ios_base &_STLP_CALL unitbuf (ios_base &__s)
ios_base &_STLP_CALL nounitbuf (ios_base &__s)
ios_base &_STLP_CALL internal (ios_base &__s)
ios_base &_STLP_CALL left (ios_base &__s)
ios_base &_STLP_CALL right (ios_base &__s)
ios_base &_STLP_CALL dec (ios_base &__s)
ios_base &_STLP_CALL hex (ios_base &__s)
ios_base &_STLP_CALL oct (ios_base &__s)
ios_base &_STLP_CALL fixed (ios_base &__s)
ios_base &_STLP_CALL scientific (ios_base &__s)


Function Documentation

ios_base& _STLP_CALL boolalpha ( ios_base __s  )  [inline]

Definition at line 290 of file _ios_base.h.

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

ios_base& _STLP_CALL dec ( ios_base __s  )  [inline]

Definition at line 344 of file _ios_base.h.

References ios_base::basefield, ios_base::dec, dec, and ios_base::setf().

ios_base& _STLP_CALL fixed ( ios_base __s  )  [inline]

Definition at line 355 of file _ios_base.h.

References ios_base::fixed, ios_base::floatfield, and ios_base::setf().

ios_base& _STLP_CALL hex ( ios_base __s  )  [inline]

Definition at line 347 of file _ios_base.h.

References ios_base::basefield, ios_base::hex, hex, and ios_base::setf().

ios_base& _STLP_CALL internal ( ios_base __s  )  [inline]

Definition at line 334 of file _ios_base.h.

References ios_base::adjustfield, ios_base::internal, and ios_base::setf().

ios_base& _STLP_CALL left ( ios_base __s  )  [inline]

Definition at line 337 of file _ios_base.h.

References ios_base::adjustfield, ios_base::left, and ios_base::setf().

Referenced by _S_io_get(), and operator<<().

ios_base& _STLP_CALL noboolalpha ( ios_base __s  )  [inline]

Definition at line 293 of file _ios_base.h.

References ios_base::boolalpha, and ios_base::unsetf().

ios_base& _STLP_CALL noshowbase ( ios_base __s  )  [inline]

Definition at line 299 of file _ios_base.h.

References ios_base::showbase, and ios_base::unsetf().

ios_base& _STLP_CALL noshowpoint ( ios_base __s  )  [inline]

Definition at line 305 of file _ios_base.h.

References ios_base::showpoint, and ios_base::unsetf().

ios_base& _STLP_CALL noshowpos ( ios_base __s  )  [inline]

Definition at line 311 of file _ios_base.h.

References ios_base::showpos, and ios_base::unsetf().

ios_base& _STLP_CALL noskipws ( ios_base __s  )  [inline]

Definition at line 317 of file _ios_base.h.

References ios_base::skipws, and ios_base::unsetf().

ios_base& _STLP_CALL nounitbuf ( ios_base __s  )  [inline]

Definition at line 329 of file _ios_base.h.

References ios_base::unitbuf, and ios_base::unsetf().

ios_base& _STLP_CALL nouppercase ( ios_base __s  )  [inline]

Definition at line 323 of file _ios_base.h.

References ios_base::unsetf(), and ios_base::uppercase.

ios_base& _STLP_CALL oct ( ios_base __s  )  [inline]

Definition at line 350 of file _ios_base.h.

References ios_base::basefield, ios_base::oct, and ios_base::setf().

ios_base& _STLP_CALL right ( ios_base __s  )  [inline]

Definition at line 340 of file _ios_base.h.

References ios_base::adjustfield, ios_base::right, and ios_base::setf().

ios_base& _STLP_CALL scientific ( ios_base __s  )  [inline]

Definition at line 358 of file _ios_base.h.

References ios_base::floatfield, ios_base::scientific, and ios_base::setf().

ios_base& _STLP_CALL showbase ( ios_base __s  )  [inline]

Definition at line 296 of file _ios_base.h.

References ios_base::setf(), and ios_base::showbase.

ios_base& _STLP_CALL showpoint ( ios_base __s  )  [inline]

Definition at line 302 of file _ios_base.h.

References ios_base::setf(), and ios_base::showpoint.

ios_base& _STLP_CALL showpos ( ios_base __s  )  [inline]

Definition at line 308 of file _ios_base.h.

References ios_base::setf(), and ios_base::showpos.

ios_base& _STLP_CALL skipws ( ios_base __s  )  [inline]

Definition at line 314 of file _ios_base.h.

References ios_base::setf(), and ios_base::skipws.

ios_base& _STLP_CALL unitbuf ( ios_base __s  )  [inline]

Definition at line 326 of file _ios_base.h.

References ios_base::setf(), and ios_base::unitbuf.

ios_base& _STLP_CALL uppercase ( ios_base __s  )  [inline]

Definition at line 320 of file _ios_base.h.

References ios_base::setf(), and ios_base::uppercase.



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1