#include <stdapis/stlportv5/stl/_ctype.h>
| template <> |
| class ctype_byname< char > : public ctype< char > |
| Public Member Functions | |
|---|---|
| ctype_byname(const char *, size_t, _Locale_name_hint *) | |
| ~ctype_byname() | |
| virtual _STLP_DECLSPEC char | do_tolower(char) |
| virtual _STLP_DECLSPEC const char * | do_tolower(char *, const char *) |
| virtual _STLP_DECLSPEC char | do_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 Enumerations | |
|---|---|
| ctype_base:mask | |
| Inherited Type Definitions | |
|---|---|
| ctype< char >::char_type | |
| _STLP_DECLSPEC | ctype_byname | ( | const char * | , |
| size_t | = 0, | |||
| _Locale_name_hint * | __hint = 0 | |||
| ) | [explicit] | |||
| _STLP_DECLSPEC | ~ctype_byname | ( | ) |
| _STLP_DECLSPEC char | do_tolower | ( | char | __c | ) | const [virtual] |
Reimplemented from ctype< char >::do_tolower(char)const
| _STLP_DECLSPEC const char * | do_tolower | ( | char * | , |
| const char * | ||||
| ) | const [virtual] | |||
Reimplemented from ctype< char >::do_tolower(char *,const char *)const
| _STLP_DECLSPEC char | do_toupper | ( | char | __c | ) | const [virtual] |
Reimplemented from ctype< char >::do_toupper(char)const
| _STLP_DECLSPEC const char * | do_toupper | ( | char * | , |
| const char * | ||||
| ) | const [virtual] | |||
Reimplemented from ctype< char >::do_toupper(char *,const char *)const