libstdc++
|
#include <locale_classes.h>
Protected Member Functions | |
facet (const facet &)=delete | |
facet (size_t __refs=0) throw () | |
virtual | ~facet () |
facet & | operator= (const facet &)=delete |
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 404 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 436 of file locale_classes.h.
Referenced by std::__cxx11::collate< _CharT >::collate(), std::__cxx11::collate< _CharT >::collate(), std::messages< _CharT >::messages(), std::messages< _CharT >::messages(), std::money_get< _CharT, _InIter >::money_get(), std::money_put< _CharT, _OutIter >::money_put(), std::moneypunct< _CharT, _Intl >::moneypunct(), std::moneypunct< _CharT, _Intl >::moneypunct(), std::moneypunct< _CharT, _Intl >::moneypunct(), std::num_get< _CharT, istreambuf_iterator< _CharT, _Traits > >::num_get(), std::num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > >::num_put(), std::numpunct< _CharT >::numpunct(), std::numpunct< _CharT >::numpunct(), std::numpunct< _CharT >::numpunct(), std::time_get< _CharT, _InIter >::time_get(), std::time_put< _CharT, _OutIter >::time_put(), and ~facet().
|
protectedvirtual |
Facet destructor.
References facet().
|
friend |
Definition at line 407 of file locale_classes.h.
|
friend |
Definition at line 408 of file locale_classes.h.