localefwd.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 localefwd.h.
Go to the source code of this file.
Namespaces
Defines
Functions
-
template<typename _Facet> const _Facet & __check_facet (const _Facet *__f)
- template<typename _Facet> bool has_facet (const locale &__loc) throw ()
- template<typename _CharT> bool isalnum (_CharT __c, const locale &__loc)
- template<typename _CharT> bool isalpha (_CharT __c, const locale &__loc)
- template<typename _CharT> bool iscntrl (_CharT __c, const locale &__loc)
- template<typename _CharT> bool isdigit (_CharT __c, const locale &__loc)
- template<typename _CharT> bool isgraph (_CharT __c, const locale &__loc)
- template<typename _CharT> bool islower (_CharT __c, const locale &__loc)
- template<typename _CharT> bool isprint (_CharT __c, const locale &__loc)
- template<typename _CharT> bool ispunct (_CharT __c, const locale &__loc)
- template<typename _CharT> bool isspace (_CharT __c, const locale &__loc)
- template<typename _CharT> bool isupper (_CharT __c, const locale &__loc)
- template<typename _CharT> bool isxdigit (_CharT __c, const locale &__loc)
- template<typename _CharT> _CharT tolower (_CharT __c, const locale &__loc)
- template<typename _CharT> _CharT toupper (_CharT __c, const locale &__loc)
- template<typename _Facet> const _Facet & use_facet (const locale &__loc)