Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::moneypunct Class Template Reference

#include <locale_facets.h>

Inherits std::locale::facet, and std::money_base.

Inherited by std::moneypunct_byname.

List of all members.

Public Types


Public Methods


Static Public Attributes


Protected Methods

template<typename _CharT, bool _Intl> class std::moneypunct


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented in std::moneypunct_byname.

typedef basic_string<_CharT> string_type
 

Reimplemented in std::moneypunct_byname.


Constructor & Destructor Documentation

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

moneypunct ( __c_locale __cloc,
size_t __refs = 0 ) [inline, explicit]
 

~moneypunct ( ) [inline, protected, virtual]
 


Member Function Documentation

char_type decimal_point ( ) const [inline]
 

char_type thousands_sep ( ) const [inline]
 

string grouping ( ) const [inline]
 

string_type curr_symbol ( ) const [inline]
 

string_type positive_sign ( ) const [inline]
 

string_type negative_sign ( ) const [inline]
 

int frac_digits ( ) const [inline]
 

pattern pos_format ( ) const [inline]
 

pattern neg_format ( ) const [inline]
 

char_type do_decimal_point ( ) const [inline, protected, virtual]
 

char_type do_thousands_sep ( ) const [inline, protected, virtual]
 

string do_grouping ( ) const [inline, protected, virtual]
 

string_type do_curr_symbol ( ) const [inline, protected, virtual]
 

string_type do_positive_sign ( ) const [inline, protected, virtual]
 

string_type do_negative_sign ( ) const [inline, protected, virtual]
 

int do_frac_digits ( ) const [inline, protected, virtual]
 

pattern do_pos_format ( ) const [inline, protected, virtual]
 

pattern do_neg_format ( ) const [inline, protected, virtual]
 

void _M_initialize_moneypunct ( __c_locale __cloc = NULL ) [protected]
 


Member Data Documentation

const bool intl = _Intl [static]
 

Reimplemented in std::moneypunct_byname.

locale::id id [static]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001