|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_monetary.h>


Public Types | |
| typedef char | char_type |
| typedef string | string_type |
Public Types inherited from money_base | |
| enum | part { none , space , symbol , sign , value } |
Public Member Functions | |
| moneypunct | _STLP_PSPEC2 (char, true)(size_t __refs=0) |
| char | decimal_point () const |
| char | thousands_sep () const |
| string | grouping () const |
| string_type | curr_symbol () const |
| string_type | positive_sign () const |
| string_type | negative_sign () const |
| int | frac_digits () const |
| pattern | pos_format () const |
| pattern | neg_format () const |
| _STLP_STATIC_CONSTANT (bool, intl=true) | |
Static Public Attributes | |
| static _STLP_STATIC_DECLSPEC locale::id | id = { 4 } |
Protected Member Functions | |
| ~moneypunct | _STLP_PSPEC2 (char, true)() |
| virtual char | do_decimal_point () const |
| virtual char | do_thousands_sep () const |
| virtual string | do_grouping () const |
| virtual string | do_curr_symbol () const |
| virtual string | do_positive_sign () const |
| virtual string | do_negative_sign () const |
| virtual int | do_frac_digits () const |
| virtual pattern | do_pos_format () const |
| virtual pattern | do_neg_format () 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 () |
Protected Attributes | |
| pattern | _M_pos_format |
| pattern | _M_neg_format |
Definition at line 86 of file _monetary.h.
| typedef char moneypunct< char, true >::char_type |
Definition at line 88 of file _monetary.h.
| typedef string moneypunct< char, true >::string_type |
Definition at line 89 of file _monetary.h.
|
protected |
|
explicitpure virtual |
Implemented in moneypunct_byname< char, true >, and moneypunct_byname< char, true >.
| moneypunct< char, true >::_STLP_STATIC_CONSTANT | ( | bool | , |
| intl | = true |
||
| ) |
|
inline |
Definition at line 95 of file _monetary.h.
|
inline |
Definition at line 92 of file _monetary.h.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in moneypunct_byname< char, true >.
Definition at line 52 of file monetary.cpp.
|
protectedvirtual |
Reimplemented in moneypunct_byname< char, true >.
Definition at line 60 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 59 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 58 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in moneypunct_byname< char, true >.
Definition at line 53 of file monetary.cpp.
|
inline |
Definition at line 98 of file _monetary.h.
|
inline |
Definition at line 94 of file _monetary.h.
|
inline |
Definition at line 100 of file _monetary.h.
|
inline |
Definition at line 97 of file _monetary.h.
|
inline |
Definition at line 99 of file _monetary.h.
|
inline |
Definition at line 96 of file _monetary.h.
|
inline |
Definition at line 93 of file _monetary.h.
|
protected |
Definition at line 107 of file _monetary.h.
|
protected |
Definition at line 106 of file _monetary.h.
|
static |
Definition at line 102 of file _monetary.h.