reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/locale_classes.h
   72     class _Impl;

References

usr/include/c++/7.4.0/bits/locale_classes.h
  309     _Impl*		_M_impl;
  312     static _Impl*       _S_classic;
  315     static _Impl*	_S_global;
  340     locale(_Impl*) throw();
  574     _Impl(const _Impl&, size_t);
  580     _Impl(const _Impl&);  // Not defined.
  583     operator=(const _Impl&);  // Not defined.
  597     _M_replace_categories(const _Impl*, category);
  600     _M_replace_category(const _Impl*, const locale::id* const*);
  603     _M_replace_facet(const _Impl*, const locale::id*);
usr/include/c++/7.4.0/bits/locale_classes.tcc
   47       _M_impl = new _Impl(*__other._M_impl, 1);
   65       _Impl* __tmp = new _Impl(*_M_impl, 1);
   65       _Impl* __tmp = new _Impl(*_M_impl, 1);