moneypunct< char, false > Class Template Reference

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

template <>
class moneypunct< char, false > : public locale::facet, public money_base

Inherits from

Public Member Type Definitions
typedefchar char_type
typedef string string_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
const boolintl
Protected Attributes
pattern _M_neg_format
pattern _M_pos_format
Public Member Functions
pure virtual _STLP_DECLSPEC moneypunct_STLP_PSPEC2(char, false)
string_type curr_symbol()
chardecimal_point()
intfrac_digits()
string grouping()
pattern neg_format()
string_type negative_sign()
pattern pos_format()
string_type positive_sign()
charthousands_sep()
Protected Member Functions
virtual _STLP_DECLSPEC stringdo_curr_symbol()
virtual _STLP_DECLSPEC chardo_decimal_point()
virtual _STLP_DECLSPEC intdo_frac_digits()
virtual _STLP_DECLSPEC stringdo_grouping()
virtual _STLP_DECLSPEC patterndo_neg_format()
virtual _STLP_DECLSPEC stringdo_negative_sign()
virtual _STLP_DECLSPEC patterndo_pos_format()
virtual _STLP_DECLSPEC stringdo_positive_sign()
virtual _STLP_DECLSPEC chardo_thousands_sep()
Inherited Enumerations
money_base:part
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
locale::facet::facet(size_t)
locale::facet::~facet()

Member Type Definition Documentation

Typedef char_type

typedef charchar_type

Typedef string_type

typedef string string_type

Member Attribute Documentation

_M_neg_format

pattern _M_neg_format[protected]

_M_pos_format

pattern _M_pos_format[protected]

id

_STLP_STATIC_MEMBER_DECLSPEC locale::idid[static]

intl

const boolintl[static]

Member Function Documentation

_STLP_PSPEC2 ( char, false )

_STLP_DECLSPEC moneypunct_STLP_PSPEC2(char,
false
)[pure virtual, explicit]

curr_symbol ( )

string_type curr_symbol()const [inline]

decimal_point ( )

chardecimal_point()const [inline]

do_curr_symbol ( )

_STLP_DECLSPEC stringdo_curr_symbol()const [protected, virtual]

do_decimal_point ( )

_STLP_DECLSPEC chardo_decimal_point()const [protected, virtual]

do_frac_digits ( )

_STLP_DECLSPEC intdo_frac_digits()const [protected, virtual]

do_grouping ( )

_STLP_DECLSPEC stringdo_grouping()const [protected, virtual]

do_neg_format ( )

_STLP_DECLSPEC patterndo_neg_format()const [protected, virtual]

do_negative_sign ( )

_STLP_DECLSPEC stringdo_negative_sign()const [protected, virtual]

do_pos_format ( )

_STLP_DECLSPEC patterndo_pos_format()const [protected, virtual]

do_positive_sign ( )

_STLP_DECLSPEC stringdo_positive_sign()const [protected, virtual]

do_thousands_sep ( )

_STLP_DECLSPEC chardo_thousands_sep()const [protected, virtual]

frac_digits ( )

intfrac_digits()const [inline]

grouping ( )

string grouping()const [inline]

neg_format ( )

pattern neg_format()const [inline]

negative_sign ( )

string_type negative_sign()const [inline]

pos_format ( )

pattern pos_format()const [inline]

positive_sign ( )

string_type positive_sign()const [inline]

thousands_sep ( )

charthousands_sep()const [inline]