money_put< _CharT, _OutputIter > Class Template Reference#include <_monetary.h>
Inheritance diagram for money_put< _CharT, _OutputIter >: ![]()
Detailed Descriptiontemplate<class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> >>
|
typedef _CharT money_put< _CharT, _OutputIter >::char_type |
Definition at line 420 of file _monetary.h.
typedef _OutputIter money_put< _CharT, _OutputIter >::iter_type |
Definition at line 421 of file _monetary.h.
typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > money_put< _CharT, _OutputIter >::string_type |
Definition at line 422 of file _monetary.h.
money_put< _CharT, _OutputIter >::money_put | ( | size_t | __refs = 0 |
) | [inline] |
Definition at line 424 of file _monetary.h.
money_put< _CharT, _OutputIter >::~money_put | ( | ) | [inline, protected] |
Definition at line 436 of file _monetary.h.
_STLP_MOVE_TO_STD_NAMESPACE _OutputIter money_put< _CharT, _OutputIter >::do_put | ( | iter_type | __s, | |
bool | __intl, | |||
ios_base & | __str, | |||
char_type | __fill, | |||
_STLP_LONGEST_FLOAT_TYPE | __units | |||
) | const [protected, virtual] |
Definition at line 583 of file _monetary.c.
References __get_money_digits(), __money_do_put(), __STATIC_CAST, _STLP_BASIC_IOSTRING, and _STLP_PRIV.
Referenced by money_put< _CharT, _OutputIter >::put().
_OutputIter money_put< _CharT, _OutputIter >::do_put | ( | iter_type | __s, | |
bool | __intl, | |||
ios_base & | __str, | |||
char_type | __fill, | |||
const string_type & | __digits | |||
) | const [protected, virtual] |
Definition at line 593 of file _monetary.c.
References __money_do_put(), __STATIC_CAST, and _STLP_PRIV.
friend class _Locale_impl [friend] |
_STLP_STATIC_MEMBER_DECLSPEC locale::id money_put< _CharT, _OutputIter >::id [static] |
Definition at line 433 of file _monetary.h.