ReactOS 0.4.16-dev-456-ga97fcf1
|
#include <_monetary.h>
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 |
Protected Member Functions inherited from locale::facet | |
facet (size_t __init_count=0) | |
virtual | ~facet () |
Protected Member Functions inherited from _Refcount_Base | |
_Refcount_Base (__stl_atomic_t __n) | |
__stl_atomic_t | _M_incr () |
__stl_atomic_t | _M_decr () |
Definition at line 54 of file _monetary.h.
typedef _CharT money_get< _CharT, _InputIter >::char_type |
Definition at line 56 of file _monetary.h.
typedef _InputIter money_get< _CharT, _InputIter >::iter_type |
Definition at line 57 of file _monetary.h.
typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > money_get< _CharT, _InputIter >::string_type |
Definition at line 58 of file _monetary.h.
|
inlineexplicit |
Definition at line 60 of file _monetary.h.
Definition at line 73 of file _monetary.h.
|
protectedvirtual |
Definition at line 279 of file _monetary.c.
Referenced by money_get< _CharT, _InputIter >::get().
|
protectedvirtual |
Definition at line 304 of file _monetary.c.
|
inline |
Definition at line 61 of file _monetary.h.
Referenced by LocaleTest::_money_put_get2().
|
inline |
Definition at line 65 of file _monetary.h.
|
static |
Definition at line 70 of file _monetary.h.