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

/external/stlport/stlport/stl/
H A D_iomanip.h136 struct _Setfill_Manip { struct
137 _Setfill_Manip(_CharT __c) : _M_c(__c) {} function in struct:_Setfill_Manip
146 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
154 const _STLP_PRIV _Setfill_Manip<_CharT2>& __m) {
160 inline _STLP_PRIV _Setfill_Manip<_CharT> _STLP_CALL setfill(_CharT __c)
161 { return _STLP_PRIV _Setfill_Manip<_CharT>(__c); }

Completed in 167 milliseconds