ReactOS 0.4.16-dev-1098-g0ca6002
|
#include <_iomanip.h>
Public Types | |
typedef _Arg(ios_base::* | __f_ptr_type) (_Arg) |
Public Member Functions | |
_Ios_Manip_1 (__f_ptr_type __f, const _Arg &__arg) | |
void | operator() (ios_base &__ios) const |
Public Attributes | |
__f_ptr_type | _M_f |
_Arg | _M_arg |
Definition at line 35 of file _iomanip.h.
typedef _Arg(ios_base::* _Ios_Manip_1< _Arg >::__f_ptr_type) (_Arg) |
Definition at line 36 of file _iomanip.h.
|
inline |
Definition at line 38 of file _iomanip.h.
|
inline |
Definition at line 41 of file _iomanip.h.
_Arg _Ios_Manip_1< _Arg >::_M_arg |
Definition at line 45 of file _iomanip.h.
Referenced by _Ios_Manip_1< _Arg >::operator()().
__f_ptr_type _Ios_Manip_1< _Arg >::_M_f |
Definition at line 44 of file _iomanip.h.
Referenced by _Ios_Manip_1< _Arg >::operator()().