libstdc++
|
Go to the source code of this file.
Classes | |
singleton | std::codecvt< _InternT, _ExternT, _StateT > |
singleton | std::codecvt_byname< _InternT, _ExternT, _StateT > |
singleton | std::collate< _CharT > |
singleton | std::collate_byname< _CharT > |
singleton | std::ctype< _CharT > |
singleton | std::ctype_byname< _CharT > |
singleton | std::messages< _CharT > |
singleton | std::messages_byname< _CharT > |
singleton | std::money_get< _CharT, _InIter > |
singleton | std::money_put< _CharT, _OutIter > |
singleton | std::moneypunct< _CharT, _Intl > |
singleton | std::moneypunct_byname< _CharT, _Intl > |
singleton | std::num_get< _CharT, _InIter > |
singleton | std::num_put< _CharT, _OutIter > |
singleton | std::numpunct< _CharT > |
singleton | std::numpunct_byname< _CharT > |
singleton | std::time_get< _CharT, _InIter > |
singleton | std::time_get_byname< _CharT, _InIter > |
singleton | std::time_put< _CharT, _OutIter > |
singleton | std::time_put_byname< _CharT, _OutIter > |
Namespaces | |
std | |
Functions | |
template<typename _Facet > | |
bool | std::has_facet (const locale &) throw () |
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 > | |
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<typename _Facet > | |
const _Facet & | std::use_facet (const locale &) |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <locale>.
Definition in file localefwd.h.