ReactOS 0.4.16-dev-306-g647d351
|
#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, false)(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=false) | |
Static Public Attributes | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 5 } |
Protected Member Functions | |
~moneypunct | _STLP_PSPEC2 (char, false)() |
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 125 of file _monetary.h.
typedef char moneypunct< char, false >::char_type |
Definition at line 127 of file _monetary.h.
typedef string moneypunct< char, false >::string_type |
Definition at line 128 of file _monetary.h.
|
protected |
|
explicitpure virtual |
Implemented in moneypunct_byname< char, false >, and moneypunct_byname< char, false >.
moneypunct< char, false >::_STLP_STATIC_CONSTANT | ( | bool | , |
intl | = false |
||
) |
|
inline |
Definition at line 135 of file _monetary.h.
|
inline |
Definition at line 132 of file _monetary.h.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in moneypunct_byname< char, false >.
Definition at line 66 of file monetary.cpp.
|
protectedvirtual |
Reimplemented in moneypunct_byname< char, false >.
Definition at line 75 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 74 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Definition at line 73 of file monetary.cpp.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in moneypunct_byname< char, false >.
Definition at line 67 of file monetary.cpp.
|
inline |
Definition at line 138 of file _monetary.h.
|
inline |
Definition at line 134 of file _monetary.h.
|
inline |
Definition at line 140 of file _monetary.h.
|
inline |
Definition at line 137 of file _monetary.h.
|
inline |
Definition at line 139 of file _monetary.h.
|
inline |
Definition at line 136 of file _monetary.h.
|
inline |
Definition at line 133 of file _monetary.h.
|
protected |
Definition at line 147 of file _monetary.h.
|
protected |
Definition at line 146 of file _monetary.h.
|
static |
Definition at line 142 of file _monetary.h.