locale::facet Class Reference
Localization functionality base class.
More...
List of all members.
Protected Member Functions
Static Protected Member Functions
-
static __c_locale _S_clone_c_locale (__c_locale &__cloc)
-
static void _S_create_c_locale (__c_locale &__cloc, const char *__s, __c_locale __old=0)
-
static void _S_destroy_c_locale (__c_locale &__cloc)
-
static __c_locale _S_get_c_locale ()
-
static const char * _S_get_c_name ()
Friends
-
class locale
-
class locale::_Impl
Detailed Description
The
facet class is the base class for a localization feature, such as money, time, and number printing. It provides common support for facets and reference management.
Facets may not be copied or assigned.
Definition at line 343 of file locale_classes.h.
Constructor & Destructor Documentation
facet |
( |
size_t |
__refs = 0 |
) |
throw () [inline, explicit, protected] |
Facet constructor.
This is the constructor provided by the standard. If refs is 0, the facet is destroyed when the last referencing locale is destroyed. Otherwise the facet will never be destroyed.
- Parameters:
-
| refs | The initial value for reference count. |
Definition at line 375 of file locale_classes.h.
virtual ~facet |
( |
|
) |
[protected, virtual] |
The documentation for this class was generated from the following file: