Home | History | Annotate | Download | only in include

Lines Matching refs:flags

36 // Flags are used to put the stream is a certain state which affect
79 * ios_base defines flags, types and fields to hold these values.
103 // FLAGS
150 // Set all the flags at once.
151 // @return the previous value of the format flags
152 fmtflags flags(fmtflags flags);
154 // @return all the flags at once
155 fmtflags flags() const { return mFlags; }
157 // Set flags.
158 // @return the previous value of the format flags
159 fmtflags setf(fmtflags flags);
161 // Clears 'mask' and set the 'flags' & 'mask'.
162 // @return the previous value of the format flags
163 fmtflags setf(fmtflags flags, fmtflags mask);