Searched defs:_Ios_Setf_Manip (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_iomanip.h49 struct _Ios_Setf_Manip { struct
54 _Ios_Setf_Manip(ios_base::fmtflags __f) function in struct:_Ios_Setf_Manip
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) function in struct:_Ios_Setf_Manip
89 const _STLP_PRIV _Ios_Setf_Manip& __f) {
97 const _STLP_PRIV _Ios_Setf_Manip& __f) {
104 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL resetiosflags(ios_base::fmtflags __mask)
105 { return _STLP_PRIV _Ios_Setf_Manip(0, __mask); }
107 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setiosflags(ios_base::fmtflags __flag)
108 { return _STLP_PRIV _Ios_Setf_Manip(__flag); }
110 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CAL
[all...]

Completed in 68 milliseconds