#include <locale_facets.h>
Inheritance diagram for std::ctype:
Public Types | |
typedef _CharT | char_type |
typedef ctype::mask | mask |
Public Methods | |
ctype (size_t __refs=0) | |
Static Public Attributes | |
locale::id | id |
Protected Methods | |
virtual | ~ctype () |
virtual bool | do_is (mask __m, char_type __c) const |
virtual const char_type * | do_is (const char_type *__lo, const char_type *__hi, mask *__vec) const |
virtual const char_type * | do_scan_is (mask __m, const char_type *__lo, const char_type *__hi) const |
virtual const char_type * | do_scan_not (mask __m, const char_type *__lo, const char_type *__hi) const |
virtual char_type | do_toupper (char_type __c) const |
virtual const char_type * | do_toupper (char_type *__lo, const char_type *__hi) const |
virtual char_type | do_tolower (char_type __c) const |
virtual const char_type * | do_tolower (char_type *__lo, const char_type *__hi) const |
virtual char_type | do_widen (char __c) const |
virtual const char * | do_widen (const char *__lo, const char *__hi, char_type *__dest) const |
virtual char | do_narrow (char_type, char __dfault) const |
virtual const char_type * | do_narrow (const char_type *__lo, const char_type *__hi, char __dfault, char *__dest) const |
|
Reimplemented from std::__ctype_abstract_base< _CharT >. Reimplemented in std::ctype_byname< _CharT >. Definition at line 167 of file locale_facets.h. Referenced by std::ctype< _CharT >::do_is(), std::ctype< _CharT >::do_narrow(), std::ctype< _CharT >::do_scan_is(), std::ctype< _CharT >::do_scan_not(), std::ctype< _CharT >::do_tolower(), std::ctype< _CharT >::do_toupper(), and std::ctype< _CharT >::do_widen(). |
|
Definition at line 168 of file locale_facets.h. Referenced by std::ctype< _CharT >::do_is(), std::ctype< _CharT >::do_scan_is(), and std::ctype< _CharT >::do_scan_not(). |
|
Definition at line 171 of file locale_facets.h. |
|
Definition at line 177 of file locale_facets.h. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 184 of file locale_facets.h. References std::ctype< _CharT >::char_type, and std::ctype< _CharT >::mask. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 180 of file locale_facets.h. References std::ctype< _CharT >::char_type, and std::ctype< _CharT >::mask. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 225 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 221 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 188 of file locale_facets.h. References std::ctype< _CharT >::char_type, and std::ctype< _CharT >::mask. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 192 of file locale_facets.h. References std::ctype< _CharT >::char_type, and std::ctype< _CharT >::mask. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 209 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 205 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 201 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 197 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 217 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Implements std::__ctype_abstract_base< _CharT >. Definition at line 213 of file locale_facets.h. References std::ctype< _CharT >::char_type. |
|
Definition at line 231 of file locale_facets.h. |