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 *__low, const char *__high, mask *__vec) const
const char* scan_is (mask __m, const char *__low, const char *__high) const
const char* scan_not (mask __m, const char *__low, const char *__high) 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 *__low, const char_type *__high) const
virtual char_type do_tolower (char_type) const
virtual const char_typedo_tolower (char_type *__low, const char_type *__high) const
virtual char_type do_widen (char) const
virtual const char* do_widen (const char *__low, const char *__high, char_type *__dest) const
virtual char do_narrow (char_type, char __dfault) const
virtual const char_typedo_narrow (const char_type *__low, const char_type *__high, 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

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

Reimplemented from std::__ctype_abstract_base.

Definition at line 189 of file locale_facets.h.


Constructor & Destructor Documentation

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


Member Function Documentation

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

Definition at line 227 of file locale_facets.h.

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

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

Reimplemented from std::__ctype_abstract_base.

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

Reimplemented from std::__ctype_abstract_base.

template<>
virtual const char_type* std::ctype< char >::do_narrow ( const char_type * __low,
const char_type * __high,
char __dfault,
char * __dest ) const [protected, virtual]
 

Reimplemented from std::__ctype_abstract_base.

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

Reimplemented from std::__ctype_abstract_base.

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

Reimplemented from std::__ctype_abstract_base.

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

Reimplemented from std::__ctype_abstract_base.

template<>
virtual const char_type* std::ctype< char >::do_tolower ( char_type * __low,
const char_type * __high ) const [protected, virtual]
 

Reimplemented from std::__ctype_abstract_base.

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

Reimplemented from std::__ctype_abstract_base.

template<>
virtual const char_type* std::ctype< char >::do_toupper ( char_type * __low,
const char_type * __high ) const [protected, virtual]
 

Reimplemented from std::__ctype_abstract_base.

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

Reimplemented from std::__ctype_abstract_base.

template<>
virtual const char* std::ctype< char >::do_widen ( const char * __low,
const char * __high,
char_type * __dest ) const [protected, virtual]
 

Reimplemented from std::__ctype_abstract_base.

template<>
virtual char_type std::ctype< char >::do_widen ( char ) const [protected, virtual]
 

Reimplemented from std::__ctype_abstract_base.

template<>
const char * std::ctype< char >::is ( const char * __low,
const char * __high,
mask * __vec ) const [inline]
 

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

Reimplemented from std::__ctype_abstract_base.

template<>
const char * std::ctype< char >::scan_is ( mask __m,
const char * __low,
const char * __high ) const [inline]
 

template<>
const char * std::ctype< char >::scan_not ( mask __m,
const char * __low,
const char * __high ) const [inline]
 

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

Definition at line 223 of file locale_facets.h.


Member Data Documentation

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

Definition at line 196 of file locale_facets.h.

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

Definition at line 193 of file locale_facets.h.

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

Definition at line 197 of file locale_facets.h.

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

Definition at line 195 of file locale_facets.h.

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

Definition at line 194 of file locale_facets.h.

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

Definition at line 200 of file locale_facets.h.

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

Definition at line 201 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:14 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001