ctype_base Class Reference#include <_ctype.h>
Inheritance diagram for ctype_base:
List of all members.
|
Public Types |
| 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
} |
Detailed Description
Definition at line 39 of file _ctype.h.
Member Enumeration Documentation
- Enumerator:
-
| space |
|
| print |
|
| cntrl |
|
| upper |
|
| lower |
|
| alpha |
|
| digit |
|
| punct |
|
| xdigit |
|
| alnum |
|
| graph |
|
Definition at line 41 of file _ctype.h.
The documentation for this class was generated from the following file:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_ctype.h
Generated on Mon Mar 10 15:32:59 2008 by
1.5.1
|