locale_facets.tcc File Reference
Go to the source code of this file.
Namespaces
Defines
-
#define _LOCALE_FACETS_TCC
Functions
-
template<typename _CharT > _CharT * __add_grouping (_CharT *__s, _CharT __sep, const char *__gbeg, size_t __gsize, const _CharT *__first, const _CharT *__last)
-
template<typename _CharT , typename _ValueT > int __int_to_char (_CharT *__bufend, _ValueT __v, const _CharT *__lit, ios_base::fmtflags __flags, bool)
-
template<typename _CharT > int __int_to_char (_CharT *__bufend, unsigned long long __v, const _CharT *__lit, ios_base::fmtflags __flags)
-
template<typename _CharT > int __int_to_char (_CharT *__bufend, long long __v, const _CharT *__lit, ios_base::fmtflags __flags)
-
template<typename _CharT > int __int_to_char (_CharT *__bufend, unsigned long __v, const _CharT *__lit, ios_base::fmtflags __flags)
-
template<typename _CharT > _GLIBCXX_END_LDBL_NAMESPACE int __int_to_char (_CharT *__bufend, long __v, const _CharT *__lit, ios_base::fmtflags __flags)
-
static bool __verify_grouping (const char *__grouping, size_t __grouping_size, const string &__grouping_tmp)
- template<typename _Facet > bool has_facet (const locale &__loc) throw ()
-
template bool has_facet< __timepunct< char > > (const locale &)
-
template bool has_facet< __timepunct< wchar_t > > (const locale &)
-
template bool has_facet< codecvt< char, char, mbstate_t > > (const locale &)
-
template bool has_facet< codecvt< wchar_t, char, mbstate_t > > (const locale &)
-
template bool has_facet< collate< char > > (const locale &)
-
template bool has_facet< collate< wchar_t > > (const locale &)
-
template bool has_facet< ctype< char > > (const locale &)
-
template bool has_facet< ctype< wchar_t > > (const locale &)
-
template bool has_facet< messages< char > > (const locale &)
-
template bool has_facet< messages< wchar_t > > (const locale &)
-
template bool has_facet< money_get< char > > (const locale &)
-
template bool has_facet< money_get< wchar_t > > (const locale &)
-
template bool has_facet< money_put< char > > (const locale &)
-
template bool has_facet< money_put< wchar_t > > (const locale &)
-
template bool has_facet< moneypunct< char > > (const locale &)
-
template bool has_facet< moneypunct< wchar_t > > (const locale &)
-
template bool has_facet< num_get< char > > (const locale &)
-
template bool has_facet< num_get< wchar_t > > (const locale &)
-
template bool has_facet< num_put< char > > (const locale &)
-
template bool has_facet< num_put< wchar_t > > (const locale &)
-
template bool has_facet< numpunct< char > > (const locale &)
-
template bool has_facet< numpunct< wchar_t > > (const locale &)
-
template bool has_facet< time_get< char > > (const locale &)
-
template bool has_facet< time_get< wchar_t > > (const locale &)
-
template bool has_facet< time_put< char > > (const locale &)
-
template bool has_facet< time_put< wchar_t > > (const locale &)
- template<typename _Facet > const _Facet & use_facet (const locale &__loc)
-
template const __timepunct
< char > & use_facet< __timepunct< char > > (const locale &)
-
template const __timepunct
< wchar_t > & use_facet< __timepunct< wchar_t > > (const locale &)
-
template const codecvt< char,
char, mbstate_t > & use_facet< codecvt< char, char, mbstate_t > > (const locale &)
-
template const codecvt
< wchar_t, char, mbstate_t > & use_facet< codecvt< wchar_t, char, mbstate_t > > (locale const &)
-
template const collate< char > & use_facet< collate< char > > (const locale &)
-
template const collate< wchar_t > & use_facet< collate< wchar_t > > (const locale &)
-
template const messages< char > & use_facet< messages< char > > (const locale &)
-
template const messages
< wchar_t > & use_facet< messages< wchar_t > > (const locale &)
-
template const money_get< char > & use_facet< money_get< char > > (const locale &)
-
template const money_get
< wchar_t > & use_facet< money_get< wchar_t > > (const locale &)
-
template const money_put< char > & use_facet< money_put< char > > (const locale &)
-
template const money_put
< wchar_t > & use_facet< money_put< wchar_t > > (const locale &)
-
template const moneypunct
< char, false > & use_facet< moneypunct< char, false > > (const locale &)
-
template const moneypunct
< char, true > & use_facet< moneypunct< char, true > > (const locale &)
-
template const moneypunct
< wchar_t, false > & use_facet< moneypunct< wchar_t, false > > (const locale &)
-
template const moneypunct
< wchar_t, true > & use_facet< moneypunct< wchar_t, true > > (const locale &)
-
template const num_get< char > & use_facet< num_get< char > > (const locale &)
-
template const num_get< wchar_t > & use_facet< num_get< wchar_t > > (const locale &)
-
template const num_put< char > & use_facet< num_put< char > > (const locale &)
-
template const num_put< wchar_t > & use_facet< num_put< wchar_t > > (const locale &)
-
template const numpunct< char > & use_facet< numpunct< char > > (const locale &)
-
template const numpunct
< wchar_t > & use_facet< numpunct< wchar_t > > (const locale &)
-
template const time_get< char > & use_facet< time_get< char > > (const locale &)
-
template const time_get
< wchar_t > & use_facet< time_get< wchar_t > > (const locale &)
-
template const time_put< char > & use_facet< time_put< char > > (const locale &)
-
template const time_put
< wchar_t > & use_facet< time_put< wchar_t > > (const locale &)
Variables
-
template class
_GLIBCXX_LDBL_NAMESPACE money_get< char >
-
template class
_GLIBCXX_LDBL_NAMESPACE money_get< wchar_t >
-
template class
_GLIBCXX_LDBL_NAMESPACE money_put< char >
-
template class
_GLIBCXX_LDBL_NAMESPACE money_put< wchar_t >
-
template class
_GLIBCXX_LDBL_NAMESPACE num_get< char >
-
template class
_GLIBCXX_LDBL_NAMESPACE num_get< wchar_t >
-
template class
_GLIBCXX_LDBL_NAMESPACE num_put< char >
-
template class
_GLIBCXX_LDBL_NAMESPACE num_put< wchar_t >
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.tcc.