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

std::numpunct_byname Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::numpunct_byname:

Inheritance graph
[legend]
Collaboration diagram for std::numpunct_byname:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _CharT char_type
typedef basic_string<_CharT> string_type

Public Methods

 numpunct_byname (const char *__s, size_t __refs=0)

Protected Methods

virtual ~numpunct_byname ()

Private Attributes

__c_locale _M_c_locale_numpunct

template<typename _CharT> class std::numpunct_byname


Member Typedef Documentation

template<typename _CharT>
typedef _CharT std::numpunct_byname<_CharT>::char_type
 

Reimplemented from std::numpunct.

Definition at line 879 of file locale_facets.h.

template<typename _CharT>
typedef basic_string<_CharT> std::numpunct_byname<_CharT>::string_type
 

Reimplemented from std::numpunct.

Definition at line 880 of file locale_facets.h.


Constructor & Destructor Documentation

template<typename _CharT>
std::numpunct_byname<_CharT>::numpunct_byname<_CharT> ( const char * __s,
size_t __refs = 0 ) [inline, explicit]
 

Definition at line 883 of file locale_facets.h.

template<typename _CharT>
std::numpunct_byname<_CharT>::~numpunct_byname<_CharT> ( ) [inline, protected, virtual]
 

Definition at line 892 of file locale_facets.h.


Member Data Documentation

template<typename _CharT>
__c_locale std::numpunct_byname<_CharT>::_M_c_locale_numpunct [private]
 

Definition at line 877 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:26 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001