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