locale_facets.h File Reference


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.

Go to the source code of this file.

Namespaces

Defines

Functions


Function Documentation

bool isalnum _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::alnum, __c).

Definition at line 4556 of file locale_facets.h.

bool isalpha _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::alpha, __c).

Definition at line 4532 of file locale_facets.h.

bool iscntrl _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::cntrl, __c).

Definition at line 4514 of file locale_facets.h.

bool isdigit _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::digit, __c).

Definition at line 4538 of file locale_facets.h.

bool isgraph _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::graph, __c).

Definition at line 4562 of file locale_facets.h.

bool islower _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::lower, __c).

Definition at line 4526 of file locale_facets.h.

bool isprint _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::print, __c).

Definition at line 4508 of file locale_facets.h.

bool ispunct _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::punct, __c).

Definition at line 4544 of file locale_facets.h.

bool isspace _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::space, __c).

Definition at line 4502 of file locale_facets.h.

bool isupper _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::upper, __c).

Definition at line 4520 of file locale_facets.h.

bool isxdigit _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.is(ctype_base::xdigit, __c).

Definition at line 4550 of file locale_facets.h.

_CharT tolower _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.tolower(__c).

Definition at line 4574 of file locale_facets.h.

_CharT toupper _CharT  __c,
const locale &  __loc
[inline]
 

Convenience interface to ctype.toupper(__c).

Definition at line 4568 of file locale_facets.h.


Generated on Wed Apr 27 18:35:19 2005 for libstdc++ source by  doxygen 1.4.2