localefwd.h File Reference

#include <bits/c++config.h>
#include <bits/c++locale.h>
#include <iosfwd>
#include <bits/functexcept.h>

Include dependency graph for localefwd.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define CPPBITSLOCALEFWDH

Functions

template<typename CharT>
bool std::isspace (CharT c, const locale &__loc)
template<typename CharT>
bool std::isprint (CharT c, const locale &__loc)
template<typename CharT>
bool std::iscntrl (CharT c, const locale &__loc)
template<typename CharT>
bool std::isupper (CharT c, const locale &__loc)
template<typename CharT>
bool std::islower (CharT c, const locale &__loc)
template<typename CharT>
bool std::isalpha (CharT c, const locale &__loc)
template<typename CharT>
bool std::isdigit (CharT c, const locale &__loc)
template<typename CharT>
bool std::ispunct (CharT c, const locale &__loc)
template<typename CharT>
bool std::isxdigit (CharT c, const locale &__loc)
template<typename CharT>
bool std::isalnum (CharT c, const locale &__loc)
template<typename CharT>
bool std::isgraph (CharT c, const locale &__loc)
template<typename CharT>
CharT std::toupper (CharT c, const locale &__loc)
template<typename CharT>
CharT std::tolower (CharT c, const locale &__loc)
template<typename Facet>
const Facet & std::use_facet (const locale &__loc)
template<typename Facet>
bool std::has_facet (const locale &__loc) throw ()


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.


Generated on Wed Jan 3 20:18:43 2007 for libstdc++-v3 Source by  doxygen 1.5.1