Home
last modified time | relevance | path

Searched refs:_Ios_Manip_1 (Results 1 – 2 of 2) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_iomanip.h35 struct _Ios_Manip_1 { struct
38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg) in _Ios_Manip_1() function
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
118 inline _STLP_PRIV _Ios_Manip_1<streamsize> _STLP_CALL
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; in setprecision()
121 return _STLP_PRIV _Ios_Manip_1<streamsize>(__f, __n); in setprecision()
124 inline _STLP_PRIV _Ios_Manip_1<streamsize> _STLP_CALL
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; in setw()
127 return _STLP_PRIV _Ios_Manip_1<streamsize>(__f, __n); in setw()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/
H A Diomanip41 struct _Ios_Manip_1 {
44 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
78 const _Ios_Manip_1<_Arg>& __f) {
86 const _Ios_Manip_1<_Arg>& __f) {
121 inline _Ios_Manip_1<streamsize> _STLP_CALL
123 _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision;
124 return _Ios_Manip_1<streamsize>(__f, __n);
127 inline _Ios_Manip_1<streamsize> _STLP_CALL
129 _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width;
130 return _Ios_Manip_1<streamsize>(__f, __n);