ctype_byname Class Reference
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::facet(size_t) |
| locale::facet::~facet() |
Private Attributes |
---|
_Locale_ctype * | _M_ctype |
Constructor & Destructor Documentation
ctype_byname(const char *, size_t)
ctype_byname | ( | const char * | __name, |
| size_t | __refs = 0 |
| ) | [explicit] |
Parameters
const char * __name | |
size_t __refs = 0 | |
~ctype_byname()
~ctype_byname | ( | ) | [protected] |
Member Functions 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] |
Member Data Documentation
_Locale_ctype * _M_ctype
_Locale_ctype * | _M_ctype | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.