ctype_base Struct Reference

#include <ctype_base.h>

Inheritance diagram for ctype_base:

std::__ctype_abstract_base< _CharT > std::ctype< char > std::ctype< _CharT > std::ctype_byname< _CharT > List of all members.

Public Types

typedef const int * __to_type
typedef unsigned short mask

Static Public Attributes

const mask upper = _ISupper
const mask lower = _ISlower
const mask alpha = _ISalpha
const mask digit = _ISdigit
const mask xdigit = _ISxdigit
const mask space = _ISspace
const mask print = _ISprint
const mask graph = _ISalpha | _ISdigit | _ISpunct
const mask cntrl = _IScntrl
const mask punct = _ISpunct
const mask alnum = _ISalpha | _ISdigit

Member Typedef Documentation

typedef const int* ctype_base::__to_type
 

Definition at line 40 of file ctype_base.h.

typedef unsigned short ctype_base::mask
 

Reimplemented in std::ctype< _CharT >.

Definition at line 44 of file ctype_base.h.


Member Data Documentation

const mask ctype_base::alnum = _ISalpha | _ISdigit [static]
 

Definition at line 55 of file ctype_base.h.

const mask ctype_base::alpha = _ISalpha [static]
 

Definition at line 47 of file ctype_base.h.

const mask ctype_base::cntrl = _IScntrl [static]
 

Definition at line 53 of file ctype_base.h.

const mask ctype_base::digit = _ISdigit [static]
 

Definition at line 48 of file ctype_base.h.

const mask ctype_base::graph = _ISalpha | _ISdigit | _ISpunct [static]
 

Definition at line 52 of file ctype_base.h.

const mask ctype_base::lower = _ISlower [static]
 

Definition at line 46 of file ctype_base.h.

const mask ctype_base::print = _ISprint [static]
 

Definition at line 51 of file ctype_base.h.

const mask ctype_base::punct = _ISpunct [static]
 

Definition at line 54 of file ctype_base.h.

const mask ctype_base::space = _ISspace [static]
 

Definition at line 50 of file ctype_base.h.

const mask ctype_base::upper = _ISupper [static]
 

Definition at line 45 of file ctype_base.h.

const mask ctype_base::xdigit = _ISxdigit [static]
 

Definition at line 49 of file ctype_base.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 30 17:31:58 2007 for GNU C++ STL by doxygen 1.3.6