#include <ctype_base.h>
Inheritance diagram for ctype_base:

Public Types | |
| typedef const int * | __to_type |
| typedef unsigned short | mask |
Static Public Attributes | |
| const mask | upper = _ISupper |
| const mask | lower = _ISlower |
| const mask | alpha = _ISalpha |
| const mask | digit = _ISdigit |
| const mask | xdigit = _ISxdigit |
| const mask | space = _ISspace |
| const mask | print = _ISprint |
| const mask | graph = _ISalpha | _ISdigit | _ISpunct |
| const mask | cntrl = _IScntrl |
| const mask | punct = _ISpunct |
| const mask | alnum = _ISalpha | _ISdigit |
|
|
Definition at line 40 of file ctype_base.h. |
|
|
Reimplemented in std::ctype< _CharT >. Definition at line 44 of file ctype_base.h. |
|
|
Definition at line 55 of file ctype_base.h. |
|
|
Definition at line 47 of file ctype_base.h. |
|
|
Definition at line 53 of file ctype_base.h. |
|
|
Definition at line 48 of file ctype_base.h. |
|
|
Definition at line 52 of file ctype_base.h. |
|
|
Definition at line 46 of file ctype_base.h. |
|
|
Definition at line 51 of file ctype_base.h. |
|
|
Definition at line 54 of file ctype_base.h. |
|
|
Definition at line 50 of file ctype_base.h. |
|
|
Definition at line 45 of file ctype_base.h. |
|
|
Definition at line 49 of file ctype_base.h. |
1.3.6