ReactOS 0.4.16-dev-329-g9223134
|
#include <_monetary.h>
Public Types | |
typedef wchar_t | char_type |
typedef wstring | string_type |
Public Types inherited from money_base | |
enum | part { none , space , symbol , sign , value } |
Public Member Functions | |
moneypunct | _STLP_PSPEC2 (wchar_t, true)(size_t __refs=0) |
wchar_t | decimal_point () const |
wchar_t | 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 = { 17 } |
Protected Member Functions | |
~moneypunct | _STLP_PSPEC2 (wchar_t, true)() |
virtual wchar_t | do_decimal_point () const |
virtual wchar_t | do_thousands_sep () const |
virtual string | do_grouping () const |
virtual string_type | do_curr_symbol () const |
virtual string_type | do_positive_sign () const |
virtual string_type | 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 168 of file _monetary.h.
typedef wchar_t moneypunct< wchar_t, true >::char_type |
Definition at line 170 of file _monetary.h.
typedef wstring moneypunct< wchar_t, true >::string_type |
Definition at line 171 of file _monetary.h.
|
protected |
|
explicitpure virtual |
Implemented in moneypunct_byname< wchar_t, true >, and moneypunct_byname< wchar_t, true >.
moneypunct< wchar_t, true >::_STLP_STATIC_CONSTANT | ( | bool | , |
intl | = true |
||
) |
|
inline |
Definition at line 176 of file _monetary.h.
|
inline |
Definition at line 173 of file _monetary.h.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in moneypunct_byname< wchar_t, true >.
Definition at line 92 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 95 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 93 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
|
inline |
Definition at line 179 of file _monetary.h.
|
inline |
Definition at line 175 of file _monetary.h.
|
inline |
Definition at line 181 of file _monetary.h.
|
inline |
Definition at line 178 of file _monetary.h.
|
inline |
Definition at line 180 of file _monetary.h.
|
inline |
Definition at line 177 of file _monetary.h.
|
inline |
Definition at line 174 of file _monetary.h.
|
protected |
Definition at line 188 of file _monetary.h.
|
protected |
Definition at line 187 of file _monetary.h.
|
static |
Definition at line 183 of file _monetary.h.