ReactOS 0.4.16-dev-340-g0540c21
|
#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, false)(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=false) | |
Static Public Attributes | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 18 } |
Protected Member Functions | |
~moneypunct | _STLP_PSPEC2 (wchar_t, false)() |
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 207 of file _monetary.h.
typedef wchar_t moneypunct< wchar_t, false >::char_type |
Definition at line 209 of file _monetary.h.
typedef wstring moneypunct< wchar_t, false >::string_type |
Definition at line 210 of file _monetary.h.
|
protected |
|
explicitpure virtual |
Implemented in moneypunct_byname< wchar_t, false >, and moneypunct_byname< wchar_t, false >.
moneypunct< wchar_t, false >::_STLP_STATIC_CONSTANT | ( | bool | , |
intl | = false |
||
) |
|
inline |
Definition at line 215 of file _monetary.h.
|
inline |
Definition at line 212 of file _monetary.h.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in moneypunct_byname< wchar_t, false >.
Definition at line 111 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 115 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 113 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
|
inline |
Definition at line 218 of file _monetary.h.
|
inline |
Definition at line 214 of file _monetary.h.
|
inline |
Definition at line 220 of file _monetary.h.
|
inline |
Definition at line 217 of file _monetary.h.
|
inline |
Definition at line 219 of file _monetary.h.
|
inline |
Definition at line 216 of file _monetary.h.
|
inline |
Definition at line 213 of file _monetary.h.
|
protected |
Definition at line 227 of file _monetary.h.
|
protected |
Definition at line 226 of file _monetary.h.
|
static |
Definition at line 222 of file _monetary.h.