std::ctype< CharT > Class Template Reference

Inheritance diagram for std::ctype< CharT >:

Inheritance graph
[legend]
Collaboration diagram for std::ctype< CharT >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef CharT char_type
typedef ctype::mask mask
typedef const int * __to_type

Public Member Functions

 ctype (size_t __refs=0)
bool is (mask __m, char_type c) const
const char_typeis (const char_type *__lo, const char_type *__hi, mask *__vec) const
const char_typescan_is (mask __m, const char_type *__lo, const char_type *__hi) const
const char_typescan_not (mask __m, const char_type *__lo, const char_type *__hi) const
char_type toupper (char_type c) const
const char_typetoupper (char_type *__lo, const char_type *__hi) const
char_type tolower (char_type c) const
const char_typetolower (char_type *__lo, const char_type *__hi) const
char_type widen (char c) const
const char * widen (const char *__lo, const char *__hi, char_type *__to) const
char narrow (char_type c, char __dfault) const
const char_typenarrow (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const

Static Public Attributes

static locale::id id
static const mask upper
static const mask lower
static const mask alpha
static const mask digit
static const mask xdigit
static const mask space
static const mask print
static const mask graph
static const mask cntrl
static const mask punct
static const mask alnum

Static Protected Attributes

static c_locale S_c_locale
static char S_c_name [2]

Friends

class locale::Impl

Detailed Description

template<typename CharT>
class std::ctype< CharT >

Definition at line 276 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated on Wed Oct 26 12:23:03 2005 for libstdc++-v3 Source by  doxygen 1.4.5