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

Declarations

usr/include/c++/7.4.0/bits/localefwd.h
  127     class ctype;

References

usr/include/c++/7.4.0/bits/basic_ios.h
   87       typedef ctype<_CharT>                          __ctype_type;
usr/include/c++/7.4.0/bits/basic_string.tcc
 1473       typedef ctype<_CharT>				__ctype_type;
usr/include/c++/7.4.0/bits/istream.tcc
  969       typedef ctype<_CharT>				__ctype_type;
 1029       typedef ctype<_CharT>				__ctype_type;
usr/include/c++/7.4.0/bits/locale_facets.h
 1474     class ctype_byname : public ctype<_CharT>
 1477       typedef typename ctype<_CharT>::mask  mask;
usr/include/c++/7.4.0/bits/locale_facets.tcc
  109 	  const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc);
 1044 	const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
 1230 	  const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
usr/include/c++/7.4.0/bits/locale_facets_nonio.tcc
  111 	  const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc);
  146 	const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
  389       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
  415 	const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
  580       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
  640       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
  873       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
  917       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
  993       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
 1098       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
 1125       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
 1151       const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc);
 1177       ctype<_CharT> const& __ctype = use_facet<ctype<_CharT> >(__loc);
 1249       ctype<_CharT> const& __ctype = use_facet<ctype<_CharT> >(__loc);
 1281       ctype<_CharT> const& __ctype = use_facet<ctype<_CharT> >(__loc);
 1316       ctype<_CharT> const& __ctype = use_facet<ctype<_CharT> >(__loc);
usr/include/c++/7.4.0/bits/regex.h
  203 	typedef std::ctype<char_type> __ctype_type;
  262 	  typedef std::ctype<char_type> __ctype_type;
usr/include/c++/7.4.0/bits/regex.tcc
  133       typedef std::ctype<char_type> __ctype_type;
  289       typedef std::ctype<char_type> __ctype_type;
  333       typedef std::ctype<char_type> __ctype_type;
  367       typedef std::ctype<char_type> __ctype_type;
usr/include/c++/7.4.0/bits/regex_compiler.h
   81       typedef std::ctype<_CharT>             _CtypeT;
  261 	typedef std::ctype<_CharT> __ctype_type;
usr/include/c++/7.4.0/bits/regex_scanner.h
  217       typedef const std::ctype<_CharT>                            _CtypeT;
usr/include/c++/7.4.0/bitset
 1537       const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__os.getloc());
usr/include/c++/7.4.0/istream
   74       typedef ctype<_CharT>	      			__ctype_type;
usr/include/c++/7.4.0/ostream
   74       typedef ctype<_CharT>	      			__ctype_type;