ctype_byname< wchar_t > Class Reference

#include <_ctype.h>

Inheritance diagram for ctype_byname< wchar_t >:

ctype< wchar_t > locale::facet ctype_base _Refcount_Base List of all members.

Public Member Functions

 ctype_byname (const char *__name, size_t __refs=0, _Locale_name_hint *__hint=0)

Protected Member Functions

 ~ctype_byname ()
virtual bool do_is (mask __m, wchar_t __c) const
virtual const wchar_t * do_is (const wchar_t *, const wchar_t *, mask *) const
virtual const wchar_t * do_scan_is (mask, const wchar_t *, const wchar_t *) const
virtual const wchar_t * do_scan_not (mask, const wchar_t *, const wchar_t *) const
virtual wchar_t do_toupper (wchar_t __c) const
virtual const wchar_t * do_toupper (wchar_t *, const wchar_t *) const
virtual wchar_t do_tolower (wchar_t c) const
virtual const wchar_t * do_tolower (wchar_t *, const wchar_t *) const

Detailed Description

Definition at line 241 of file _ctype.h.


Constructor & Destructor Documentation

_STLP_MOVE_TO_STD_NAMESPACE ctype_byname< wchar_t >::ctype_byname ( const char *  __name,
size_t  __refs = 0,
_Locale_name_hint __hint = 0 
) [explicit]

Definition at line 106 of file facets_byname.cpp.

References locale::_M_throw_runtime_error().

ctype_byname< wchar_t >::~ctype_byname (  )  [protected]

Definition at line 113 of file facets_byname.cpp.

References __release_ctype(), and _STLP_PRIV.


Member Function Documentation

bool ctype_byname< wchar_t >::do_is ( mask  __m,
wchar_t  __c 
) const [protected, virtual]

Reimplemented from ctype< wchar_t >.

Definition at line 116 of file facets_byname.cpp.

References _Locale_wchar_ctype().

const wchar_t * ctype_byname< wchar_t >::do_is ( const wchar_t *  ,
const wchar_t *  ,
mask  
) const [protected, virtual]

const wchar_t * ctype_byname< wchar_t >::do_scan_is ( mask  ,
const wchar_t *  ,
const wchar_t *   
) const [protected, virtual]

Reimplemented from ctype< wchar_t >.

Definition at line 140 of file facets_byname.cpp.

References _STLP_PRIV, and find_if().

const wchar_t * ctype_byname< wchar_t >::do_scan_not ( mask  ,
const wchar_t *  ,
const wchar_t *   
) const [protected, virtual]

Reimplemented from ctype< wchar_t >.

Definition at line 145 of file facets_byname.cpp.

References _STLP_PRIV, find_if(), and not1().

wchar_t ctype_byname< wchar_t >::do_toupper ( wchar_t  __c  )  const [protected, virtual]

Reimplemented from ctype< wchar_t >.

Definition at line 148 of file facets_byname.cpp.

References _Locale_wchar_toupper().

const wchar_t * ctype_byname< wchar_t >::do_toupper ( wchar_t *  ,
const wchar_t *   
) const [protected, virtual]

Reimplemented from ctype< wchar_t >.

Definition at line 152 of file facets_byname.cpp.

References _Locale_wchar_toupper().

wchar_t ctype_byname< wchar_t >::do_tolower ( wchar_t  c  )  const [protected, virtual]

Reimplemented from ctype< wchar_t >.

Definition at line 158 of file facets_byname.cpp.

References _Locale_wchar_tolower().

const wchar_t * ctype_byname< wchar_t >::do_tolower ( wchar_t *  ,
const wchar_t *   
) const [protected, virtual]

Reimplemented from ctype< wchar_t >.

Definition at line 162 of file facets_byname.cpp.

References _Locale_wchar_tolower().


The documentation for this class was generated from the following files:



Generated on Mon Mar 10 15:32:59 2008 by  doxygen 1.5.1