locale_facets.h File Reference
Detailed Description
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file locale_facets.h.
Go to the source code of this file.
Namespaces
Classes
Defines
-
#define _GLIBCXX_NUM_FACETS
-
#define _LOCALE_FACETS_H
Functions
-
template<typename _CharT> _CharT * std::__add_grouping (_CharT *__s, _CharT __sep, const char *__gbeg, size_t __gsize, const _CharT *__first, const _CharT *__last)
-
template<> void std::__convert_to_v (const char *, long double &, ios_base::iostate &, const __c_locale &)
-
template<> void std::__convert_to_v (const char *, double &, ios_base::iostate &, const __c_locale &)
-
template<> void std::__convert_to_v (const char *, float &, ios_base::iostate &, const __c_locale &)
-
template<typename _Tv> void std::__convert_to_v (const char *__in, _Tv &__out, ios_base::iostate &__err, const __c_locale &__cloc)
-
template<typename _CharT, typename _OutIter> _OutIter std::__write (_OutIter __s, const _CharT *__ws, int __len)
-
template<typename _CharT> ostreambuf_iterator< _CharT > std::__write (ostreambuf_iterator< _CharT > __s, const _CharT *__ws, int __len)
- template<typename _CharT> bool std::isalnum (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::isalpha (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::iscntrl (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::isdigit (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::isgraph (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::islower (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::isprint (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::ispunct (_CharT __c, const locale &__loc)
- template<typename _CharT> _GLIBCXX_END_LDBL_NAMESPACE bool std::isspace (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::isupper (_CharT __c, const locale &__loc)
- template<typename _CharT> bool std::isxdigit (_CharT __c, const locale &__loc)
- template<typename _CharT> _CharT std::tolower (_CharT __c, const locale &__loc)
- template<typename _CharT> _CharT std::toupper (_CharT __c, const locale &__loc)
-
template<> const ctype< char > & std::use_facet< ctype< char > > (const locale &__loc)
-
template<> const ctype< wchar_t > & std::use_facet< ctype< wchar_t > > (const locale &__loc)