numpunct Class Reference

class numpunct : public locale::facet

Inherits from

  • numpunct
Public Member Functions
numpunct ( size_t )
_CharT decimal_point ()
string_type falsename ()
string grouping ()
_CharT thousands_sep ()
string_type truename ()
Protected Member Functions
~numpunct ()
_CharT do_decimal_point ()
string_type do_falsename ()
string do_grouping ()
_CharT do_thousands_sep ()
string_type do_truename ()
Inherited Functions
locale::facet::facet(size_t)
locale::facet::~facet()
Public Member Type Definitions
typedef char 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

Constructor & Destructor Documentation

numpunct(size_t)

numpunct ( size_t __refs = 0 ) [inline, explicit]

Parameters

size_t __refs = 0

~numpunct()

~numpunct ( ) [protected]

Member Functions Documentation

decimal_point()

_CharT decimal_point ( ) const [inline]

do_decimal_point()

_CharT do_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()

_CharT do_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()

_CharT thousands_sep ( ) const [inline]

truename()

string_type truename ( ) const [inline]

Member Type Definitions Documentation

Typedef char_type

typedef char char_type

Typedef string_type

typedef basic_string < _CharT > string_type

Member Data Documentation

string_type _M_falsename

string_type _M_falsename [protected, static]

string _M_grouping

string _M_grouping [protected, static]

string_type _M_truename

string_type _M_truename [protected, static]

locale::id id

locale::id id [static]