.TH "std::ctype_base" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::ctype_base \- Base class for ctype\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBstd::__ctype_abstract_base< wchar_t >\fP, \fBstd::__ctype_abstract_base< _CharT >\fP, and \fBstd::ctype< char >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef const int * \fB__to_type\fP" .br .ti -1c .RI "typedef unsigned short \fBmask\fP" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static const mask \fBalnum\fP" .br .ti -1c .RI "static const mask \fBalpha\fP" .br .ti -1c .RI "static const mask \fBblank\fP" .br .ti -1c .RI "static const mask \fBcntrl\fP" .br .ti -1c .RI "static const mask \fBdigit\fP" .br .ti -1c .RI "static const mask \fBgraph\fP" .br .ti -1c .RI "static const mask \fBlower\fP" .br .ti -1c .RI "static const mask \fBprint\fP" .br .ti -1c .RI "static const mask \fBpunct\fP" .br .ti -1c .RI "static const mask \fBspace\fP" .br .ti -1c .RI "static const mask \fBupper\fP" .br .ti -1c .RI "static const mask \fBxdigit\fP" .br .in -1c .SH "Detailed Description" .PP Base class for ctype\&. .PP Definition at line \fB41\fP of file \fBlocale\fP\&. .SH "Member Typedef Documentation" .PP .SS "typedef const int* std::ctype_base::__to_type" .PP Definition at line \fB44\fP of file \fBlocale\fP\&. .SS "typedef unsigned short std::ctype_base::mask" .PP Definition at line \fB48\fP of file \fBlocale\fP\&. .SH "Member Data Documentation" .PP .SS "const mask std::ctype_base::alnum\fC [static]\fP" .PP Definition at line \fB59\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::alpha\fC [static]\fP" .PP Definition at line \fB51\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::blank\fC [static]\fP" .PP Definition at line \fB61\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::cntrl\fC [static]\fP" .PP Definition at line \fB57\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::digit\fC [static]\fP" .PP Definition at line \fB52\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::graph\fC [static]\fP" .PP Definition at line \fB56\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::lower\fC [static]\fP" .PP Definition at line \fB50\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::print\fC [static]\fP" .PP Definition at line \fB55\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::punct\fC [static]\fP" .PP Definition at line \fB58\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::space\fC [static]\fP" .PP Definition at line \fB54\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::upper\fC [static]\fP" .PP Definition at line \fB49\fP of file \fBlocale\fP\&. .SS "const mask std::ctype_base::xdigit\fC [static]\fP" .PP Definition at line \fB53\fP of file \fBlocale\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.