Whole document tree
    

Whole document tree

Templatestd::ctype< char > class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::ctype< char > Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::ctype< char >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef char char_type

Public Methods

 ctype (const mask *__table=0, bool __del=false, size_t __refs=0)
bool is (mask __m, char __c) const
const char * is (const char *__lo, const char *__hi, mask *__vec) const
const char * scan_is (mask __m, const char *__lo, const char *__hi) const
const char * scan_not (mask __m, const char *__lo, const char *__hi) const

Static Public Attributes

locale::id id
const size_t table_size = 1 + static_cast<unsigned char>(-1)

Protected Methods

virtual ~ctype ()
const mask * table () const throw ()
const mask * classic_table () throw ()
virtual bool do_is (mask __m, char_type __c) const
virtual const char_typedo_is (const char_type *__lo, const char_type *__hi, mask *__vec) const
virtual const char_typedo_scan_is (mask __m, const char_type *__lo, const char_type *__hi) const
virtual const char_typedo_scan_not (mask __m, const char_type *__lo, const char_type *__hi) const
virtual char_type do_toupper (char_type) const
virtual const char_typedo_toupper (char_type *__lo, const char_type *__hi) const
virtual char_type do_tolower (char_type) const
virtual const char_typedo_tolower (char_type *__lo, const char_type *__hi) const
virtual char_type do_widen (char) const
virtual const char * do_widen (const char *__lo, const char *__hi, char_type *__dest) const
virtual char do_narrow (char_type, char __dfault) const
virtual const char_typedo_narrow (const char_type *__lo, const char_type *__hi, char __dfault, char *__dest) const

Private Attributes

bool _M_del
__to_type const & _M_toupper
__to_type const & _M_tolower
const mask *const & _M_ctable
const mask * _M_table

template<>
class std::ctype< char >


Member Typedef Documentation

typedef char std::ctype< char >::char_type
 

Reimplemented from std::__ctype_abstract_base< char >.

Definition at line 239 of file locale_facets.h.


Constructor & Destructor Documentation

std::ctype< char >::~ctype   [protected, virtual]
 

Definition at line 561 of file locale.cc.


Member Function Documentation

const mask* std::ctype< char >::classic_table   throw () [inline, protected]
 

Definition at line 277 of file locale_facets.h.

std::ctype< char >::ctype const mask *    __table = 0,
bool    __del = false,
size_t    __refs = 0
[explicit]
 

const char * std::ctype< char >::do_is const char_type   __lo,
const char_type   __hi,
mask *    __vec
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

Definition at line 570 of file locale.cc.

bool std::ctype< char >::do_is mask    __m,
char_type    __c
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

Definition at line 566 of file locale.cc.

virtual const char_type* std::ctype< char >::do_narrow const char_type   __lo,
const char_type   __hi,
char    __dfault,
char *    __dest
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

char std::ctype< char >::do_narrow char_type   ,
char    __dfault
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

Definition at line 593 of file locale.cc.

const char * std::ctype< char >::do_scan_is mask    __m,
const char_type   __lo,
const char_type   __hi
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

Definition at line 574 of file locale.cc.

const char * std::ctype< char >::do_scan_not mask    __m,
const char_type   __lo,
const char_type   __hi
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

Definition at line 578 of file locale.cc.

virtual const char_type* std::ctype< char >::do_tolower char_type   __lo,
const char_type   __hi
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

virtual char_type std::ctype< char >::do_tolower char_type    const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

virtual const char_type* std::ctype< char >::do_toupper char_type   __lo,
const char_type   __hi
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

virtual char_type std::ctype< char >::do_toupper char_type    const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

virtual const char* std::ctype< char >::do_widen const char *    __lo,
const char *    __hi,
char_type   __dest
const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

char std::ctype< char >::do_widen char    const [protected, virtual]
 

Implements std::__ctype_abstract_base< char >.

Definition at line 582 of file locale.cc.

const char* std::ctype< char >::is const char *    __lo,
const char *    __hi,
mask *    __vec
const [inline]
 

bool std::ctype< char >::is mask    __m,
char    __c
const [inline]
 

const char* std::ctype< char >::scan_is mask    __m,
const char *    __lo,
const char *    __hi
const [inline]
 

const char* std::ctype< char >::scan_not mask    __m,
const char *    __lo,
const char *    __hi
const [inline]
 

const mask* std::ctype< char >::table   const throw () [inline, protected]
 

Definition at line 273 of file locale_facets.h.


Member Data Documentation

const mask* const& std::ctype< char >::_M_ctable [private]
 

Definition at line 246 of file locale_facets.h.

bool std::ctype< char >::_M_del [private]
 

Definition at line 243 of file locale_facets.h.

const mask* std::ctype< char >::_M_table [private]
 

Definition at line 247 of file locale_facets.h.

__to_type const& std::ctype< char >::_M_tolower [private]
 

Definition at line 245 of file locale_facets.h.

__to_type const& std::ctype< char >::_M_toupper [private]
 

Definition at line 244 of file locale_facets.h.

locale::id std::ctype< char >::id [static]
 

Definition at line 62 of file locale.cc.

const size_t std::ctype< char >::table_size = 1 + static_cast<unsigned char>(-1) [static]
 

Definition at line 559 of file locale.cc.


The documentation for this class was generated from the following files:
Generated on Mon Apr 8 03:18:50 2002 for libstdc++-v3 Source by doxygen1.2.15