moneypunct_byname Class Reference

#include <stdapis/stlport/stl/_monetary.h>

class moneypunct_byname : public moneypunct< _CharT, _International >
Public Member Type Definitions
typedefchar char_type
typedef money_base::pattern pattern
typedef basic_string< _CharT > string_type
Public Attributes
moneypunct_byname size_t__refs
Protected Attributes
_Locale_monetary *_M_monetary
Public Member Functions
moneypunct_byname _STLP_PSPEC2(char, _International)
Protected Member Functions
virtual ~moneypunct_byname_STLP_PSPEC2(_CharT, _International)
virtual string_type do_curr_symbol()
virtual _CharTdo_decimal_point()
virtual intdo_frac_digits()
virtual string do_grouping()
virtual string_type do_negative_sign()
virtual string_type do_positive_sign()
virtual _CharTdo_thousands_sep()
Inherited Attributes
moneypunct< _CharT, _International >::_M_currSym
moneypunct< _CharT, _International >::_M_group
moneypunct< _CharT, _International >::_M_neg_format
moneypunct< _CharT, _International >::_M_nsign
moneypunct< _CharT, _International >::_M_pos_format
moneypunct< _CharT, _International >::_M_psign
moneypunct< _CharT, _International >::id
moneypunct< _CharT, _International >::intl
Inherited Functions
locale::facet::_Locale_impl
locale::facet::facet(size_t)
locale::facet::locale
locale::facet::~facet()
moneypunct< _CharT, _International >::_Locale
moneypunct< _CharT, _International >::_STLP_PSPEC2(char,true)
moneypunct< _CharT, _International >::curr_symbol()const
moneypunct< _CharT, _International >::decimal_point()const
moneypunct< _CharT, _International >::do_neg_format()const
moneypunct< _CharT, _International >::do_pos_format()const
moneypunct< _CharT, _International >::frac_digits()const
moneypunct< _CharT, _International >::grouping()const
moneypunct< _CharT, _International >::neg_format()const
moneypunct< _CharT, _International >::negative_sign()const
moneypunct< _CharT, _International >::pos_format()const
moneypunct< _CharT, _International >::positive_sign()const
moneypunct< _CharT, _International >::thousands_sep()const

Member Type Definition Documentation

Typedef char_type

typedef charchar_type

Typedef pattern

typedef money_base::pattern pattern

Typedef string_type

typedef basic_string< _CharT >string_type

Member Attribute Documentation

_M_monetary

_Locale_monetary *_M_monetary[protected]

__refs

Member Function Documentation

_STLP_PSPEC2 ( char, _International )

moneypunct_byname _STLP_PSPEC2(char,
_International
)const [explicit]

_STLP_PSPEC2 ( _CharT, _International )

~moneypunct_byname_STLP_PSPEC2(_CharT,
_International
)[protected, virtual]

do_curr_symbol ( )

string_type do_curr_symbol()const [protected, virtual]

do_decimal_point ( )

_CharTdo_decimal_point()const [protected, virtual]

do_frac_digits ( )

intdo_frac_digits()const [protected, virtual]

do_grouping ( )

string do_grouping()const [protected, virtual]

do_negative_sign ( )

string_type do_negative_sign()const [protected, virtual]

do_positive_sign ( )

string_type do_positive_sign()const [protected, virtual]

do_thousands_sep ( )

_CharTdo_thousands_sep()const [protected, virtual]