ReactOS 0.4.16-dev-250-g3ecd236
|
#include <_iomanip.h>
Public Member Functions | |
_Ios_Setf_Manip (ios_base::fmtflags __f) | |
_Ios_Setf_Manip (ios_base::fmtflags __f, ios_base::fmtflags __m) | |
void | operator() (ios_base &__ios) const |
Public Attributes | |
ios_base::fmtflags | _M_flag |
ios_base::fmtflags | _M_mask |
bool | _M_two_args |
Definition at line 49 of file _iomanip.h.
|
inline |
Definition at line 54 of file _iomanip.h.
|
inline |
Definition at line 57 of file _iomanip.h.
Definition at line 60 of file _iomanip.h.
ios_base::fmtflags _Ios_Setf_Manip::_M_flag |
Definition at line 50 of file _iomanip.h.
Referenced by operator()().
ios_base::fmtflags _Ios_Setf_Manip::_M_mask |
Definition at line 51 of file _iomanip.h.
Referenced by operator()().
bool _Ios_Setf_Manip::_M_two_args |
Definition at line 52 of file _iomanip.h.
Referenced by operator()().