Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::__ctype_abstract_base Class Template Reference

#include <locale_facets.h>

Inherits std::locale::facet, and ctype_base.

Inherited by std::ctype, and std::ctype< char >.

List of all members.

Public Types


Public Methods


Protected Methods

template<typename _CharT> class std::__ctype_abstract_base


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented in std::ctype, std::ctype< char >, and std::ctype_byname.


Constructor & Destructor Documentation

__ctype_abstract_base ( size_t __refs = 0 ) [inline, explicit, protected]
 

~__ctype_abstract_base ( ) [inline, protected, virtual]
 


Member Function Documentation

bool is ( mask __m,
char_type __c ) const [inline]
 

Reimplemented in std::ctype< char >.

const char_type * is ( const char_type * __lo,
const char_type * __hi,
mask * __vec ) const [inline]
 

const char_type * scan_is ( mask __m,
const char_type * __lo,
const char_type * __hi ) const [inline]
 

const char_type * scan_not ( mask __m,
const char_type * __lo,
const char_type * __hi ) const [inline]
 

char_type toupper ( char_type __c ) const [inline]
 

const char_type * toupper ( char_type * __low,
const char_type * __high ) const [inline]
 

char_type tolower ( char_type __c ) const [inline]
 

const char_type * tolower ( char_type * __low,
const char_type * __high ) const [inline]
 

char_type widen ( char __c ) const [inline]
 

const char * widen ( const char * __low,
const char * __high,
char_type * __to ) const [inline]
 

char narrow ( char_type __c,
char __dfault ) const [inline]
 

const char_type * narrow ( const char_type * __low,
const char_type * __high,
char __dfault,
char * __to ) const [inline]
 

virtual bool do_is ( mask __m,
char_type __c ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual const char_type* do_is ( const char_type * __lo,
const char_type * __hi,
mask * __vec ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual const char_type* do_scan_is ( mask __m,
const char_type * __lo,
const char_type * __hi ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual const char_type* do_scan_not ( mask __m,
const char_type * __lo,
const char_type * __hi ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual char_type do_toupper ( char_type ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual const char_type* do_toupper ( char_type * __low,
const char_type * __high ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual char_type do_tolower ( char_type ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual const char_type* do_tolower ( char_type * __low,
const char_type * __high ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual char_type do_widen ( char ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual const char* do_widen ( const char * __low,
const char * __high,
char_type * __dest ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual char do_narrow ( char_type,
char __dfault ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.

virtual const char_type* do_narrow ( const char_type * __low,
const char_type * __high,
char __dfault,
char * __dest ) const [protected, pure virtual]
 

Reimplemented in std::ctype< char >.


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:32 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001