fstream, ifstream, and ofstream

flags

#include <iostream>fmtflags flags() const;fmtflags flags(fmtflags f);

The flags( ) function is a member of ios (inherited from ios_base).

The first form of flags( ) simply returns the current format flags settings of the associated stream.

The second form of flags( ) sets all format flags associated with a stream as specified by f. When you use this version, the bit pattern found in f is copied into the format flags associated with the stream. This version also returns the previous settings.

Related functions are unsetf( ) and setf( ).




C(s)C++ Programmer's Reference
C Programming on the IBM PC (C Programmers Reference Guide Series)
ISBN: 0673462897
EAN: 2147483647
Year: 2002
Pages: 539

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net