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<typename _Facet > const _Facet & use_facet (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.tcc.