#include <locale_facets.h>
Inheritance diagram for std::numpunct_byname< _CharT >:

Public Types | |
| typedef _CharT | char_type | 
| Public typedefs.   | |
| typedef basic_string< _CharT > | string_type | 
Public Member Functions | |
| numpunct_byname (const char *__s, size_t __refs=0) | |
Protected Member Functions | |
| virtual | ~numpunct_byname () | 
Definition at line 1889 of file locale_facets.h.
| typedef _CharT std::numpunct_byname< _CharT >::char_type | 
Public typedefs.
Reimplemented from std::numpunct< _CharT >.
Definition at line 1892 of file locale_facets.h.
| typedef basic_string<_CharT> std::numpunct_byname< _CharT >::string_type | 
| std::numpunct_byname< _CharT >::numpunct_byname | ( | const char * | __s, | |
| size_t |  __refs = 0 | |||
| ) |  [inline, explicit] | 
        
Definition at line 1896 of file locale_facets.h.
References std::numpunct< _CharT >::_M_initialize_numpunct(), std::locale::facet::_S_create_c_locale(), and std::locale::facet::_S_destroy_c_locale().
| virtual std::numpunct_byname< _CharT >::~numpunct_byname | ( | ) |  [inline, protected, virtual] | 
        
Definition at line 1910 of file locale_facets.h.
 1.4.7