money_get< _CharT, _InputIter > Class Template Reference#include <_monetary.h>
Inheritance diagram for money_get< _CharT, _InputIter >: ![]()
Detailed Descriptiontemplate<class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >>
|
typedef _CharT money_get< _CharT, _InputIter >::char_type |
Definition at line 62 of file _monetary.h.
typedef _InputIter money_get< _CharT, _InputIter >::iter_type |
Definition at line 63 of file _monetary.h.
typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > money_get< _CharT, _InputIter >::string_type |
Definition at line 64 of file _monetary.h.
money_get< _CharT, _InputIter >::money_get | ( | size_t | __refs = 0 |
) | [inline] |
Definition at line 66 of file _monetary.h.
money_get< _CharT, _InputIter >::~money_get | ( | ) | [inline, protected] |
Definition at line 79 of file _monetary.h.
iter_type money_get< _CharT, _InputIter >::get | ( | iter_type | __s, | |
iter_type | __end, | |||
bool | __intl, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
string_type & | __digits | |||
) | const [inline] |
_STLP_MOVE_TO_STD_NAMESPACE _InputIter money_get< _CharT, _InputIter >::do_get | ( | iter_type | __s, | |
iter_type | __end, | |||
bool | __intl, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
_STLP_LONGEST_FLOAT_TYPE & | __units | |||
) | const [protected, virtual] |
Definition at line 353 of file _monetary.c.
References __get_decimal_integer(), __money_do_get(), _STLP_PRIV, basic_string< _CharT, _Traits, _Alloc >::begin(), basic_string< _CharT, _Traits, _Alloc >::end(), ios_base::eofbit, and ios_base::goodbit.
Referenced by money_get< _CharT, _InputIter >::get().
_InputIter money_get< _CharT, _InputIter >::do_get | ( | iter_type | __s, | |
iter_type | __end, | |||
bool | __intl, | |||
ios_base & | __str, | |||
ios_base::iostate & | __err, | |||
string_type & | __digits | |||
) | const [protected, virtual] |
friend class _Locale_impl [friend] |
_STLP_STATIC_MEMBER_DECLSPEC locale::id money_get< _CharT, _InputIter >::id [static] |
Definition at line 76 of file _monetary.h.