ctype_byname< wchar_t > Class Template Reference
#include
<stdapis/stlportv5/stl/_ctype.h>
| template <> |
| class ctype_byname< wchar_t > : public ctype< wchar_t > |
| Protected Member Functions |
|---|
| ~ctype_byname() |
| virtual _STLP_DECLSPEC bool | do_is(mask, wchar_t) |
| virtual _STLP_DECLSPEC const wchar_t * | do_is(const wchar_t *, const wchar_t *, mask *) |
| virtual _STLP_DECLSPEC const wchar_t * | do_scan_is(mask, const wchar_t *, const wchar_t *) |
| virtual _STLP_DECLSPEC const wchar_t * | do_scan_not(mask, const wchar_t *, const wchar_t *) |
| virtual _STLP_DECLSPEC wchar_t | do_tolower(wchar_t) |
| virtual _STLP_DECLSPEC const wchar_t * | do_tolower(wchar_t *, const wchar_t *) |
| virtual _STLP_DECLSPEC wchar_t | do_toupper(wchar_t) |
| virtual _STLP_DECLSPEC const wchar_t * | do_toupper(wchar_t *, const wchar_t *) |
| Inherited Functions |
|---|
| | _Refcount_Base::_M_decr() |
| | _Refcount_Base::_M_incr() |
| | _Refcount_Base::_Refcount_Base(__stl_atomic_t) |
| | ctype< wchar_t >::ctype(size_t) |
| | ctype< wchar_t >::do_narrow(const wchar_t *,const wchar_t *,char,char *)const |
| | ctype< wchar_t >::do_narrow(wchar_t,char)const |
| | ctype< wchar_t >::do_widen(char)const |
| | ctype< wchar_t >::do_widen(const char *,const char *,wchar_t *)const |
| | ctype< wchar_t >::is(const wchar_t *,const wchar_t *,mask *)const |
| | ctype< wchar_t >::is(mask,wchar_t)const |
| | ctype< wchar_t >::narrow(const wchar_t *,const wchar_t *,char,char *)const |
| | ctype< wchar_t >::narrow(wchar_t,char)const |
| | ctype< wchar_t >::scan_is(mask,const wchar_t *,const wchar_t *)const |
| | ctype< wchar_t >::scan_not(mask,const wchar_t *,const wchar_t *)const |
| | ctype< wchar_t >::tolower(wchar_t *,const wchar_t *)const |
| | ctype< wchar_t >::tolower(wchar_t)const |
| | ctype< wchar_t >::toupper(wchar_t *,const wchar_t *)const |
| | ctype< wchar_t >::toupper(wchar_t)const |
| | ctype< wchar_t >::widen(char)const |
| | ctype< wchar_t >::widen(const char *,const char *,wchar_t *)const |
| | ctype< wchar_t >::~ctype() |
| | locale::facet::_get_facet |
| | locale::facet::_release_facet |
| | locale::facet::facet(size_t) |
| | locale::facet::locale |
| | locale::facet::~facet() |
Constructor & Destructor Documentation
ctype_byname ( const char *, size_t, _Locale_name_hint * )
| _STLP_DECLSPEC | ctype_byname | ( | const char * | __name, |
| | size_t | __refs = 0, |
| | _Locale_name_hint * | __hint = 0 |
| | ) | [explicit] |
~ctype_byname ( )
| _STLP_DECLSPEC | ~ctype_byname | ( | ) | [protected] |
Member Function Documentation
do_is ( mask, wchar_t )
| _STLP_DECLSPEC bool | do_is | ( | mask | __m, |
| | wchar_t | __c |
| | ) | const [protected, virtual] |
do_is ( const wchar_t *, const wchar_t *, mask * )
| _STLP_DECLSPEC const wchar_t * | do_is | ( | const wchar_t * | , |
| | const wchar_t * | , |
| | mask * | |
| | ) | const [protected, virtual] |
do_scan_is ( mask, const wchar_t *, const wchar_t * )
| _STLP_DECLSPEC const wchar_t * | do_scan_is | ( | mask | , |
| | const wchar_t * | , |
| | const wchar_t * | |
| | ) | const [protected, virtual] |
do_scan_not ( mask, const wchar_t *, const wchar_t * )
| _STLP_DECLSPEC const wchar_t * | do_scan_not | ( | mask | , |
| | const wchar_t * | , |
| | const wchar_t * | |
| | ) | const [protected, virtual] |
do_tolower ( wchar_t )
| _STLP_DECLSPEC wchar_t | do_tolower | ( | wchar_t | c | ) | const [protected, virtual] |
do_tolower ( wchar_t *, const wchar_t * )
| _STLP_DECLSPEC const wchar_t * | do_tolower | ( | wchar_t * | , |
| | const wchar_t * | |
| | ) | const [protected, virtual] |
do_toupper ( wchar_t )
| _STLP_DECLSPEC wchar_t | do_toupper | ( | wchar_t | __c | ) | const [protected, virtual] |
do_toupper ( wchar_t *, const wchar_t * )
| _STLP_DECLSPEC const wchar_t * | do_toupper | ( | wchar_t * | , |
| | const wchar_t * | |
| | ) | const [protected, virtual] |