ctype_byname Class Reference
#include
<stdapis/stlport/stl/_ctype.h>
Link against: glxfullscreenview.lib
class ctype_byname : public ctype |
Inherited Functions |
---|
| ctype::ctype(size_t) |
| ctype::do_is(const char_type *,const char_type *,mask *)const |
| ctype::do_is(mask,char_type)const |
| ctype::do_narrow(char_type,char)const |
| ctype::do_narrow(const char_type *,const char_type *,char,char *)const |
| ctype::do_scan_is(mask,const char_type *,const char_type *)const |
| ctype::do_scan_not(mask,const char_type *,const char_type *)const |
| ctype::do_widen(char)const |
| ctype::do_widen(const char *,const char *,char_type *)const |
| ctype::is(const char_type *,const char_type *,mask *)const |
| ctype::is(mask,char_type)const |
| ctype::narrow(char_type,char)const |
| ctype::narrow(const char_type *,const char_type *,char,char *)const |
| ctype::scan_is(mask,const char_type *,const char_type *)const |
| ctype::scan_not(mask,const char_type *,const char_type *)const |
| ctype::tolower(char_type *,const char_type *)const |
| ctype::tolower(char_type)const |
| ctype::toupper(char_type *,const char_type *)const |
| ctype::toupper(char_type)const |
| ctype::widen(char)const |
| ctype::widen(const char *,const char *,char_type *)const |
| ctype::~ctype() |
| locale::facet::_Locale_impl |
| locale::facet::facet(size_t) |
| locale::facet::locale |
| locale::facet::~facet() |
Constructor & Destructor Documentation
ctype_byname ( const char *, size_t )
ctype_byname | ( | const char * | __name, |
| size_t | __refs = 0 |
| ) | [explicit] |
~ctype_byname ( )
~ctype_byname | ( | ) | [protected] |
Member Function Documentation
do_is ( ctype_base::mask, charT )
do_is ( const charT *, const charT *, ctype_base::mask * )
const charT * | do_is | ( | const charT * | , |
| const charT * | , |
| ctype_base::mask * | |
| ) | const [protected, virtual] |
do_scan_is ( ctype_base::mask, const charT *, const charT * )
const charT * | do_scan_is | ( | ctype_base::mask | , |
| const charT * | , |
| const charT * | |
| ) | const [protected, virtual] |
do_scan_not ( ctype_base::mask, const charT *, const charT * )
const charT * | do_scan_not | ( | ctype_base::mask | , |
| const charT * | , |
| const charT * | |
| ) | const [protected, virtual] |
do_tolower ( charT )
charT | do_tolower | ( | charT | c | ) | const [protected, virtual] |
do_tolower ( charT *, const charT * )
const charT * | do_tolower | ( | charT * | , |
| const charT * | |
| ) | const [protected, virtual] |
do_toupper ( charT )
charT | do_toupper | ( | charT | c | ) | const [protected, virtual] |
do_toupper ( charT *, const charT * )
const charT * | do_toupper | ( | charT * | , |
| const charT * | |
| ) | const [protected, virtual] |