

Public Types | |
| typedef CharT | char_type |
| typedef InIter | iter_type |
| typedef basic_string< 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 &__io, ios_base::iostate &__err, long double &__units) const |
| iter_type | get (iter_type s, iter_type __end, bool intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const |
Static Public Attributes | |
| static locale::id | id |
Protected Member Functions | |
| virtual | ~money_get () |
| virtual iter_type | do_get (iter_type s, iter_type __end, bool intl, ios_base &__io, ios_base::iostate &__err, long double &__units) const |
| virtual iter_type | do_get (iter_type s, iter_type __end, bool intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const |
Static Protected Attributes | |
| static c_locale | S_c_locale |
| static char | S_c_name [2] |
Friends | |
| class | locale::Impl |
Definition at line 1674 of file locale_facets.h.
1.4.7