locale_facets.h File Reference

#include <ctime>
#include <cwctype>
#include <iosfwd>
#include <bits/ios_base.h>
#include <streambuf>
#include <bits/ctype_base.h>
#include <bits/ctype_inline.h>
#include <bits/codecvt.h>
#include <bits/time_members.h>
#include <bits/messages_members.h>

Include dependency graph for locale_facets.h:

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

Go to the source code of this file.

Namespaces

namespace  std


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.


Function Documentation

template<typename CharT>
bool std::isalnum CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4542 of file locale_facets.h.

template<typename CharT>
bool std::isalpha CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4522 of file locale_facets.h.

template<typename CharT>
bool std::iscntrl CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4508 of file locale_facets.h.

template<typename CharT>
bool std::isdigit CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4527 of file locale_facets.h.

template<typename CharT>
bool std::isgraph CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4547 of file locale_facets.h.

template<typename CharT>
bool std::islower CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4517 of file locale_facets.h.

template<typename CharT>
bool std::isprint CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4503 of file locale_facets.h.

template<typename CharT>
bool std::ispunct CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4532 of file locale_facets.h.

template<typename CharT>
bool std::isspace CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4498 of file locale_facets.h.

template<typename CharT>
bool std::isupper CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4513 of file locale_facets.h.

template<typename CharT>
bool std::isxdigit CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4537 of file locale_facets.h.

template<typename CharT>
CharT std::tolower CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4557 of file locale_facets.h.

template<typename CharT>
CharT std::toupper CharT  c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is().

Definition at line 4552 of file locale_facets.h.


Generated on Mon Mar 6 17:32:34 2006 for libstdc++-v3 Source by  doxygen 1.4.0