locale_facets.h File Reference
Go to the source code of this file.
Classes
- class __ctype_abstract_base< _CharT >
- Common base for ctype facet. More...
- class collate< _CharT >
- Facet for localized string comparison. More...
- class collate_byname< _CharT >
- class collate_byname [22.2.4.2]. More...
- class ctype< _CharT >
- Template ctype facet. More...
- class ctype< char >
- The ctype<char> specialization. More...
- class ctype< wchar_t >
- The ctype<wchar_t> specialization. More...
- class ctype_byname< _CharT >
- class ctype_byname [22.2.1.2]. More...
- class messages< _CharT >
- Facet for handling message catalogs. More...
- struct messages_base
- Messages facet base class providing catalog typedef. More...
- class messages_byname< _CharT >
- class messages_byname [22.2.7.2]. More...
- class money_base
- Money format ordering data. More...
- class money_get< _CharT, _InIter >
- Facet for parsing monetary amounts. More...
- class money_put< _CharT, _OutIter >
- Facet for outputting monetary amounts. More...
- class moneypunct< _CharT, _Intl >
- Facet for formatting data for money amounts. More...
- class moneypunct_byname< _CharT, _Intl >
- class moneypunct_byname [22.2.6.4]. More...
- class num_get< _CharT, _InIter >
- Facet for parsing number strings. More...
- class num_put< _CharT, _OutIter >
- Facet for converting numbers to strings. More...
- class numpunct< _CharT >
- Numpunct facet. More...
- class numpunct_byname< _CharT >
- class numpunct_byname [22.2.3.2]. More...
- class time_base
- Time format ordering data. More...
- class time_get< _CharT, _InIter >
- Facet for parsing dates and times. More...
- class time_get_byname< _CharT, _InIter >
- class time_get_byname [22.2.5.2]. More...
- class time_put< _CharT, _OutIter >
- Facet for outputting dates and times. More...
- class time_put_byname< _CharT, _OutIter >
- class time_put_byname [22.2.5.4]. More...
Namespaces
Defines
-
#define _GLIBCXX_NUM_FACETS
-
#define _LOCALE_FACETS_H
Functions
-
template<typename _CharT > _CharT * __add_grouping (_CharT *__s, _CharT __sep, const char *__gbeg, size_t __gsize, const _CharT *__first, const _CharT *__last)
-
template<> void __convert_to_v (const char *, long double &, ios_base::iostate &, const __c_locale &)
-
template<> void __convert_to_v (const char *, double &, ios_base::iostate &, const __c_locale &)
-
template<> void __convert_to_v (const char *, float &, ios_base::iostate &, const __c_locale &)
-
template<typename _Tv > void __convert_to_v (const char *__in, _Tv &__out, ios_base::iostate &__err, const __c_locale &__cloc)
-
template<typename _CharT , typename _OutIter > _OutIter __write (_OutIter __s, const _CharT *__ws, int __len)
-
template<typename _CharT > ostreambuf_iterator< _CharT > __write (ostreambuf_iterator< _CharT > __s, const _CharT *__ws, int __len)
- 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<> const ctype< char > & use_facet< ctype< char > > (const locale &__loc)
-
template<> const ctype< wchar_t > & use_facet< ctype< wchar_t > > (const locale &__loc)
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.