numpunct Class Reference

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

Link against: libstdcpp.lib

class numpunct : public locale::facet

Inherits from

Public Member Type Definitions
typedefchar char_type
typedef basic_string< _CharT > string_type
Public Attributes
locale::id id
Protected Attributes
string_type _M_falsename
string _M_grouping
string_type _M_truename
Public Member Functions
numpunct(size_t)
_CharTdecimal_point()
string_type falsename()
string grouping()
_CharTthousands_sep()
string_type truename()
Protected Member Functions
~numpunct()
virtual _CharTdo_decimal_point()
virtual string_type do_falsename()
virtual string do_grouping()
virtual _CharTdo_thousands_sep()
virtual string_type do_truename()
Inherited Functions
locale::facet::_Locale_impl
locale::facet::facet(size_t)
locale::facet::locale
locale::facet::~facet()

Member Type Definition Documentation

Typedef char_type

typedef charchar_type

Typedef string_type

typedef basic_string< _CharT >string_type

Member Attribute Documentation

_M_falsename

string_type _M_falsename[protected, static]

_M_grouping

string _M_grouping[protected, static]

_M_truename

string_type _M_truename[protected, static]

id

locale::id id[static]

Constructor & Destructor Documentation

numpunct ( size_t )

numpunct(size_t__refs = 0)[inline, explicit]

~numpunct ( )

~numpunct()[protected]

Member Function Documentation

decimal_point ( )

_CharTdecimal_point()const [inline]

do_decimal_point ( )

_CharTdo_decimal_point()const [protected, virtual]

do_falsename ( )

string_type do_falsename()const [protected, virtual]

do_grouping ( )

string do_grouping()const [protected, virtual]

do_thousands_sep ( )

_CharTdo_thousands_sep()const [protected, virtual]

do_truename ( )

string_type do_truename()const [protected, virtual]

falsename ( )

string_type falsename()const [inline]

grouping ( )

string grouping()const [inline]

thousands_sep ( )

_CharTthousands_sep()const [inline]

truename ( )

string_type truename()const [inline]