Public Member Functions |
| | ctype_byname (const char *__name, size_t __refs=0) |
Protected Member Functions |
| | ~ctype_byname () |
| virtual bool | do_is (mask __m, wchar_t __c) const |
| virtual const wchar_t * | do_is (const wchar_t *, const wchar_t *, mask *) const |
| virtual const wchar_t * | do_scan_is (mask, const wchar_t *, const wchar_t *) const |
| virtual const wchar_t * | do_scan_not (mask, const wchar_t *, const wchar_t *) const |
| virtual wchar_t | do_toupper (wchar_t __c) const |
| virtual const wchar_t * | do_toupper (wchar_t *, const wchar_t *) const |
| virtual wchar_t | do_tolower (wchar_t c) const |
| virtual const wchar_t * | do_tolower (wchar_t *, const wchar_t *) const |
Private Types |
| typedef ctype_byname< wchar_t > | _Self |
Private Member Functions |
| | ctype_byname (_Locale_ctype *__ctype) |
| | ctype_byname (_Self const &) |
| _Self & | operator= (_Self const &) |
Private Attributes |
| _Locale_ctype * | _M_ctype |
Friends |
| class | _Locale_impl |
Definition at line 240 of file _ctype.h.