Standard C++ Library Reference ISO/IEC (VERSION3)
ios_base::xalloc
static int xalloc();
The static member function returns a stored static value, which it increments on each call. You can
use the return value as a unique index argument when calling the member functions iword or
pword.
left
ios_base& left(ios_base& iosbase);
The manipulator effectively calls iosbase.setf(ios_base:: left, ios_base::
adjustfield), then returns iosbase.
noboolalpha
ios_base& noboolalpha(ios_base& iosbase);
The manipulator effectively calls iosbase.unsetf(ios_base:: boolalpha), then returns
iosbase.
noshowbase
ios_base& noshowbase(ios_base& iosbase);
The manipulator effectively calls iosbase.unsetf(ios_base:: showbase), then returns
iosbase.
noshowpoint
ios_base& noshowpoint(ios_base& iosbase);
The manipulator effectively calls iosbase.unsetf(ios_base:: showpoint), then returns
iosbase.
noshowpos
ios_base& noshowpos(ios_base& iosbase);
The manipulator effectively calls iosbase.unsetf(ios_base:: showpos"), then returns
iosbase.