Public Types |
| typedef _CharT | char_type |
| typedef _InputIter | iter_type |
typedef basic_string< _CharT,
char_traits< _CharT >
, allocator< _CharT > > | string_type |
Public Member Functions |
| | money_get (size_t __refs=0) |
| iter_type | get (iter_type __s, iter_type __end, bool __intl, ios_base &__str, ios_base::iostate &__err, _STLP_LONGEST_FLOAT_TYPE &__units) const |
| iter_type | get (iter_type __s, iter_type __end, bool __intl, ios_base &__str, ios_base::iostate &__err, string_type &__digits) const |
Static Public Attributes |
| static locale::id | id |
Protected Member Functions |
| | ~money_get () |
| virtual iter_type | do_get (iter_type __s, iter_type __end, bool __intl, ios_base &__str, ios_base::iostate &__err, _STLP_LONGEST_FLOAT_TYPE &__units) const |
| virtual iter_type | do_get (iter_type __s, iter_type __end, bool __intl, ios_base &__str, ios_base::iostate &__err, string_type &__digits) const |
template<class _CharT, class _InputIter>
class money_get< _CharT, _InputIter >
Definition at line 54 of file _monetary.h.