|
template<class _Elem > |
_Fillobj< _Elem > | setfill (_Elem _Ch) |
|
template<class _Elem , class _Traits , class _Elem2 > |
basic_istream< _Elem, _Traits > & | operator>> (basic_istream< _Elem, _Traits > &_Istr, const _Fillobj< _Elem2 > &_Manip) |
|
template<class _Elem , class _Traits , class _Elem2 > |
basic_ostream< _Elem, _Traits > & | operator<< (basic_ostream< _Elem, _Traits > &_Ostr, const _Fillobj< _Elem2 > &_Manip) |
|
template<class _Money > |
_Monobj< _Money > | get_money (_Money &_Val_arg, bool _Intl_arg=false) |
|
template<class _Elem , class _Traits , class _Money > |
basic_istream< _Elem, _Traits > & | operator>> (basic_istream< _Elem, _Traits > &_Istr, const _Monobj< _Money > &_Manip) |
|
template<class _Money > |
_Monobj< const _Money > | put_money (const _Money &_Val_arg, bool _Intl_arg=false) |
|
template<class _Elem , class _Traits , class _Money > |
basic_ostream< _Elem, _Traits > & | operator<< (basic_ostream< _Elem, _Traits > &_Ostr, const _Monobj< _Money > &_Manip) |
|
template<class _Elem > |
_Timeobj< _Elem, struct tm * > | get_time (struct tm *_Tptr_arg, const _Elem *_Fmt_arg) |
|
template<class _Elem , class _Traits , class _Elem2 > |
basic_istream< _Elem, _Traits > & | operator>> (basic_istream< _Elem, _Traits > &_Istr, const _Timeobj< _Elem2, struct tm * > &_Manip) |
|
template<class _Elem > |
_Timeobj< _Elem, const struct tm * > | put_time (const struct tm *_Tptr_arg, const _Elem *_Fmt_arg) |
|
template<class _Elem , class _Traits , class _Elem2 > |
basic_ostream< _Elem, _Traits > & | operator<< (basic_ostream< _Elem, _Traits > &_Ostr, const _Timeobj< _Elem2, const struct tm * > &_Manip) |
|
template<class _Elem > |
_Quote_out< _Elem, void, size_t > | quoted (const _Elem *_Ptr, _Elem _Delim=_Elem('"'), _Elem _Escape = _Elem('\\')) |
|
template<class _Elem , class _Traits , class _Alloc > |
_Quote_out< _Elem, _Traits, typename basic_string< _Elem, _Traits, _Alloc >::size_type > | quoted (const basic_string< _Elem, _Traits, _Alloc > &_Str, _Elem _Delim=_Elem('"'), _Elem _Escape = _Elem('\\')) |
|
template<class _Elem , class _Traits , class _Alloc > |
_Quote_in< _Elem, _Traits, _Alloc > | quoted (basic_string< _Elem, _Traits, _Alloc > &_Str, _Elem _Delim=_Elem('"'), _Elem _Escape = _Elem('\\')) |
|
template<class _Elem , class _Traits , class _QuTraits , class _Sizet > |
basic_ostream< _Elem, _Traits > & | operator<< (basic_ostream< _Elem, _Traits > &_Ostr, const _Quote_out< _Elem, _QuTraits, _Sizet > &_Manip) |
|
template<class _Elem , class _Traits , class _Alloc > |
basic_ostream< _Elem, _Traits > & | operator<< (basic_ostream< _Elem, _Traits > &_Ostr, const _Quote_in< _Elem, _Traits, _Alloc > &_Manip) |
|
template<class _Elem , class _Traits , class _Alloc > |
basic_istream< _Elem, _Traits > & | operator>> (basic_istream< _Elem, _Traits > &_Istr, const _Quote_in< _Elem, _Traits, _Alloc > &_Manip) |
|
template<class _Elem , class _Traits , class _Arg > |
basic_istream< _Elem, _Traits > & | operator>> (basic_istream< _Elem, _Traits > &_Istr, const _Smanip< _Arg > &_Manip) |
|
template<class _Elem , class _Traits , class _Arg > |
basic_ostream< _Elem, _Traits > & | operator<< (basic_ostream< _Elem, _Traits > &_Ostr, const _Smanip< _Arg > &_Manip) |
|
_MRTIMP2 _Smanip< ios_base::fmtflags > __cdecl | resetiosflags (ios_base::fmtflags) |
|
_MRTIMP2 _Smanip< ios_base::fmtflags > __cdecl | setiosflags (ios_base::fmtflags) |
|
_MRTIMP2 _Smanip< int > __cdecl | setbase (int) |
|
_MRTIMP2 _Smanip< streamsize > __cdecl | setprecision (streamsize) |
|
_MRTIMP2 _Smanip< streamsize > __cdecl | setw (streamsize) |
|