libstdc++
|
Protected Member Functions | |
facet (size_t __refs=0) throw () | |
virtual | ~facet () |
Friends | |
class | locale |
class | locale::_Impl |
Localization functionality base class.
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 338 of file locale_classes.h.
|
inlineexplicitprotected |
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.
__refs | The initial value for reference count. |
Definition at line 370 of file locale_classes.h.
|
protectedvirtual |
Facet destructor.