ctype_byname< char > Class Template Reference

#include <stdapis/stlportv5/stl/_ctype.h>

template <>
class ctype_byname< char > : public ctype< char >

Inherits from

Public Member Functions
ctype_byname(const char *, size_t, _Locale_name_hint *)
~ctype_byname()
virtual _STLP_DECLSPEC chardo_tolower(char)
virtual _STLP_DECLSPEC const char *do_tolower(char *, const char *)
virtual _STLP_DECLSPEC chardo_toupper(char)
virtual _STLP_DECLSPEC const char *do_toupper(char *, const char *)
Inherited Attributes
ctype< char >::_M_ctype_table
ctype< char >::id
ctype< char >::table_size
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
ctype< char >::classic_table()
ctype< char >::ctype(const mask *,bool,size_t)
ctype< char >::do_narrow(char,char)const
ctype< char >::do_narrow(const char *,const char *,char,char *)const
ctype< char >::do_widen(char)const
ctype< char >::do_widen(const char *,const char *,char *)const
ctype< char >::is(const char *,const char *,mask *)const
ctype< char >::is(mask,char)const
ctype< char >::narrow(char,char)const
ctype< char >::narrow(const char *,const char *,char,char *)const
ctype< char >::scan_is(mask,const char *,const char *)const
ctype< char >::scan_not(mask,const char *,const char *)const
ctype< char >::table()const
ctype< char >::tolower(char *,const char *)const
ctype< char >::tolower(char)const
ctype< char >::toupper(char *,const char *)const
ctype< char >::toupper(char)const
ctype< char >::widen(char)const
ctype< char >::widen(const char *,const char *,char *)const
ctype< char >::~ctype()
locale::facet::_get_facet
locale::facet::_release_facet
locale::facet::facet(size_t)
locale::facet::locale
locale::facet::~facet()
Inherited Type Definitions
ctype< char >::char_type

Constructor & Destructor Documentation

ctype_byname ( const char *, size_t, _Locale_name_hint * )

_STLP_DECLSPECctype_byname(const char *,
size_t = 0,
_Locale_name_hint *__hint = 0
)[explicit]

~ctype_byname ( )

_STLP_DECLSPEC~ctype_byname()

Member Function Documentation

do_tolower ( char )

_STLP_DECLSPEC chardo_tolower(char__c)const [virtual]

do_tolower ( char *, const char * )

_STLP_DECLSPEC const char *do_tolower(char *,
const char *
)const [virtual]

do_toupper ( char )

_STLP_DECLSPEC chardo_toupper(char__c)const [virtual]

do_toupper ( char *, const char * )

_STLP_DECLSPEC const char *do_toupper(char *,
const char *
)const [virtual]