#include <stdapis/stlportv5/stl/_monetary.h>
template <> |
class moneypunct_byname< char, false > : public moneypunct< char, false > |
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, false) |
Protected Member Functions | |
---|---|
virtual _STLP_DECLSPEC~moneypunct_byname | _STLP_PSPEC2(char, false) |
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, false >::_M_neg_format | |
moneypunct< char, false >::_M_pos_format | |
moneypunct< char, false >::id | |
moneypunct< char, false >::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 | , |
false | ||||
) | const [explicit] |
_STLP_DECLSPEC~moneypunct_byname | _STLP_PSPEC2 | ( | char | , |
false | ||||
) | [protected, virtual] |
Reimplemented from moneypunct< char, false >::_STLP_PSPEC2(char,false)
_STLP_DECLSPEC string_type | do_curr_symbol | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< char, false >::do_curr_symbol()const
_STLP_DECLSPEC char | do_decimal_point | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< char, false >::do_decimal_point()const
_STLP_DECLSPEC int | do_frac_digits | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< char, false >::do_frac_digits()const
_STLP_DECLSPEC string | do_grouping | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< char, false >::do_grouping()const
_STLP_DECLSPEC string_type | do_negative_sign | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< char, false >::do_negative_sign()const
_STLP_DECLSPEC string_type | do_positive_sign | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< char, false >::do_positive_sign()const
_STLP_DECLSPEC char | do_thousands_sep | ( | ) | const [protected, virtual] |
Reimplemented from moneypunct< char, false >::do_thousands_sep()const