ReactOS 0.4.16-dev-1049-g378a335
|
#include <_ctype.h>
Private Types | |
typedef ctype_byname< char > | _Self |
Private Member Functions | |
ctype_byname (_Locale_ctype *__ctype) | |
void | _M_init () |
ctype_byname (_Self const &) | |
_Self & | operator= (_Self const &) |
Private Attributes | |
mask | _M_byname_table [table_size] |
_Locale_ctype * | _M_ctype |
Friends | |
class | _Locale_impl |
Additional Inherited Members | |
![]() | |
typedef char | char_type |
![]() | |
enum | mask { space = _Locale_SPACE , print = _Locale_PRINT , cntrl = _Locale_CNTRL , upper = _Locale_UPPER , lower = _Locale_LOWER , alpha = _Locale_ALPHA , digit = _Locale_DIGIT , punct = _Locale_PUNCT , xdigit = _Locale_XDIGIT , alnum = alpha | digit , graph = alnum | punct } |
![]() | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 2 } |
![]() | |
const mask * | table () const _STLP_NOTHROW |
~ctype () | |
virtual char | do_toupper (char __c) const |
virtual char | do_tolower (char __c) const |
virtual const char * | do_toupper (char *__low, const char *__high) const |
virtual const char * | do_tolower (char *__low, const char *__high) const |
virtual char | do_widen (char __c) const |
virtual const char * | do_widen (const char *__low, const char *__high, char *__to) const |
virtual char | do_narrow (char __c, char) const |
virtual const char * | do_narrow (const char *__low, const char *__high, char, char *__to) const |
![]() | |
facet (size_t __init_count=0) | |
virtual | ~facet () |
![]() | |
_Refcount_Base (__stl_atomic_t __n) | |
__stl_atomic_t | _M_incr () |
__stl_atomic_t | _M_decr () |
![]() | |
static const mask *_STLP_CALL | classic_table () _STLP_NOTHROW |
![]() | |
const mask * | _M_ctype_table |
|
private |
|
explicit |
Definition at line 41 of file facets_byname.cpp.
ctype_byname< char >::~ctype_byname | ( | ) |
Definition at line 66 of file facets_byname.cpp.
|
inlineprivate |
|
private |
|
private |
Definition at line 55 of file facets_byname.cpp.
|
virtual |
|
virtual |
|
private |
|
friend |
|
private |
|
private |