ReactOS 0.4.16-dev-136-g52192f1
|
#include <_monetary.h>
Public Types | |
typedef _CharT | char_type |
typedef _OutputIter | iter_type |
typedef basic_string< _CharT, char_traits< _CharT >, allocator< _CharT > > | string_type |
Public Member Functions | |
money_put (size_t __refs=0) | |
iter_type | put (iter_type __s, bool __intl, ios_base &__str, char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const |
iter_type | put (iter_type __s, bool __intl, ios_base &__str, char_type __fill, const string_type &__digits) const |
Static Public Attributes | |
static locale::id | id |
Protected Member Functions | |
~money_put () | |
virtual iter_type | do_put (iter_type __s, bool __intl, ios_base &__str, char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const |
virtual iter_type | do_put (iter_type __s, bool __intl, ios_base &__str, char_type __fill, const 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 388 of file _monetary.h.
typedef _CharT money_put< _CharT, _OutputIter >::char_type |
Definition at line 390 of file _monetary.h.
typedef _OutputIter money_put< _CharT, _OutputIter >::iter_type |
Definition at line 391 of file _monetary.h.
typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > money_put< _CharT, _OutputIter >::string_type |
Definition at line 392 of file _monetary.h.
|
inlineexplicit |
Definition at line 394 of file _monetary.h.
Definition at line 406 of file _monetary.h.
|
protectedvirtual |
Definition at line 506 of file _monetary.c.
Referenced by money_put< _CharT, _OutputIter >::put().
|
protectedvirtual |
Definition at line 516 of file _monetary.c.
|
inline |
Definition at line 395 of file _monetary.h.
Referenced by LocaleTest::_money_put_get2(), and LocaleTest::_money_put_X_bug().
|
inline |
Definition at line 398 of file _monetary.h.
|
static |
Definition at line 403 of file _monetary.h.