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

std::numpunct Class Template Reference

#include <locale_facets.h>

Inherits std::locale::facet.

Inherited by std::numpunct_byname.

List of all members.

Public Types


Public Methods


Static Public Attributes


Protected Methods

template<typename _CharT> class std::numpunct


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented in std::numpunct_byname.

typedef basic_string<_CharT> string_type
 

Reimplemented in std::numpunct_byname.


Constructor & Destructor Documentation

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

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

~numpunct ( ) [inline, protected, virtual]
 


Member Function Documentation

char_type decimal_point ( ) const [inline]
 

char_type thousands_sep ( ) const [inline]
 

string grouping ( ) const [inline]
 

string_type truename ( ) const [inline]
 

string_type falsename ( ) 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_truename ( ) const [inline, protected, virtual]
 

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

void _M_initialize_numpunct ( __c_locale __cloc = NULL ) [protected]
 


Member Data Documentation

locale::id id [static]
 


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