#include <stdapis/stlportv5/stl/_monetary.h>
template <> |
class moneypunct_byname< wchar_t, true > : public moneypunct< wchar_t, true > |
Public Member Type Definitions | |
---|---|
typedef | wchar_t char_type |
typedef | money_base::pattern pattern |
typedef | wstring string_type |
Public Attributes | |
---|---|
_STLP_DECLSPEC moneypunct_byname size_t _Locale_name_hint * | __hint |
_STLP_DECLSPEC moneypunct_byname size_t | __refs |
Protected Attributes | |
---|---|
_Locale_monetary * | _M_monetary |
Public Member Functions | |
---|---|
_STLP_DECLSPEC moneypunct_byname | _STLP_PSPEC2(wchar_t, true) |
Protected Member Functions | |
---|---|
virtual _STLP_DECLSPEC~moneypunct_byname | _STLP_PSPEC2(wchar_t, true) |
virtual _STLP_DECLSPEC string_type | do_curr_symbol() |
virtual _STLP_DECLSPEC wchar_t | do_decimal_point() |
virtual _STLP_DECLSPEC int | do_frac_digits() |
virtual _STLP_DECLSPEC string | do_grouping() |
virtual _STLP_DECLSPEC string_type | do_negative_sign() |
virtual _STLP_DECLSPEC string_type | do_positive_sign() |
virtual _STLP_DECLSPEC wchar_t | do_thousands_sep() |
Inherited Attributes | |
---|---|
moneypunct< wchar_t, true >::_M_neg_format | |
moneypunct< wchar_t, true >::_M_pos_format | |
moneypunct< wchar_t, true >::id | |
moneypunct< wchar_t, true >::intl |
Inherited Enumerations | |
---|---|
money_base:part |
typedef wchar_t | char_type |
typedef money_base::pattern | pattern |
typedef wstring | string_type |
_Locale_monetary * | _M_monetary | [protected] |
_STLP_DECLSPEC moneypunct_byname size_t _Locale_name_hint * | __hint |
_STLP_DECLSPEC moneypunct_byname size_t | __refs |
_STLP_DECLSPEC moneypunct_byname | _STLP_PSPEC2 | ( | wchar_t | , |
true | ||||
) | const [explicit] |
_STLP_DECLSPEC~moneypunct_byname | _STLP_PSPEC2 | ( | wchar_t | , |
true | ||||
) | [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::_STLP_PSPEC2(wchar_t,true)
_STLP_DECLSPEC string_type | do_curr_symbol | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::do_curr_symbol()const
_STLP_DECLSPEC wchar_t | do_decimal_point | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::do_decimal_point()const
_STLP_DECLSPEC int | do_frac_digits | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::do_frac_digits()const
_STLP_DECLSPEC string | do_grouping | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::do_grouping()const
_STLP_DECLSPEC string_type | do_negative_sign | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::do_negative_sign()const
_STLP_DECLSPEC string_type | do_positive_sign | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::do_positive_sign()const
_STLP_DECLSPEC wchar_t | do_thousands_sep | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< wchar_t, true >::do_thousands_sep()const