⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 std__ctype.3

📁 Free C++ Standard Library
💻 3
字号:
.TH std::ctype 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::ctype \- .SH SYNOPSIS.br.PPInherits \fBstd::ctype_base\fR..PPInherited by \fBstd::ctype_byname\fR, and \fBstd::ctype_byname<char>\fR..PP.SS Public Members.in +1c.ti -1c.RI "typedef charT \fBchar_type\fR".br.ti -1c.RI "explicit \fBctype\fR (size_t refs = 0)".br.ti -1c.RI "bool \fBis\fR (\fBmask\fR m, charT c) const".br.ti -1c.RI "const charT* \fBis\fR (const charT* low, const charT* high, \fBmask\fR* vec) const".br.ti -1c.RI "const charT* \fBscan_is\fR (\fBmask\fR m, const charT* low, const charT* high) const".br.ti -1c.RI "const charT* \fBscan_not\fR (\fBmask\fR m, const charT* low, const charT* high) const".br.ti -1c.RI "charT \fBtoupper\fR (charT) const".br.ti -1c.RI "const charT* \fBtoupper\fR (charT* low, const charT* high) const".br.ti -1c.RI "charT \fBtolower\fR (charT c) const".br.ti -1c.RI "const charT* \fBtolower\fR (charT* low, const charT* high) const".br.ti -1c.RI "charT \fBwiden\fR (char c) const".br.ti -1c.RI "const char* \fBwiden\fR (const char* low, const char* high, charT* to) const".br.ti -1c.RI "char \fBnarrow\fR (charT c, char dfault) const".br.ti -1c.RI "const charT* \fBnarrow\fR (const charT* low, const charT*, char dfault, char* to) const".br.in -1c.SS Static Public Members.in +1c.ti -1c.RI "locale::id \fBid\fR".br.in -1c.SS Protected Members.in +1c.ti -1c.RI "\fB~ctype\fR ()".br.ti -1c.RI "virtual bool \fBdo_is\fR (\fBmask\fR m, charT c) const".br.ti -1c.RI "virtual const charT* \fBdo_is\fR (const charT* low, const charT* high, \fBmask\fR* vec) const".br.ti -1c.RI "virtual const charT* \fBdo_scan_is\fR (\fBmask\fR m, const charT* low, const charT* high) const".br.ti -1c.RI "virtual const charT* \fBdo_scan_not\fR (\fBmask\fR m, const charT* low, const charT* high) const".br.ti -1c.RI "virtual charT \fBdo_toupper\fR (charT) const".br.ti -1c.RI "virtual const charT* \fBdo_toupper\fR (charT* low, const charT* high) const".br.ti -1c.RI "virtual charT \fBdo_tolower\fR (charT) const".br.ti -1c.RI "virtual const charT* \fBdo_tolower\fR (charT* low, const charT* high) const".br.ti -1c.RI "virtual charT \fBdo_widen\fR (char) const".br.ti -1c.RI "virtual const char* \fBdo_widen\fR (const char* low, const char* high, charT* dest) const".br.ti -1c.RI "virtual char \fBdo_narrow\fR (charT, char dfault) const".br.ti -1c.RI "virtual const charT* \fBdo_narrow\fR (const charT* low, const charT* high, char dfault, char* dest) const".br.in -1c.SH MEMBER TYPEDEF DOCUMENTATION.PP .SS template<class charT> typedef charT std::ctype<charT>::char_type.PP.SH MEMBER FUNCTION DOCUMENTATION.PP .SS template<class charT> explicit std::ctype<charT>::ctype<charT> (size_t refs = 0).PP.SS template<class charT> bool std::ctype<charT>::is (\fBmask\fR m, charT c) const.PP.SS template<class charT> const charT* std::ctype<charT>::is (const charT * low, const charT * high, \fBmask\fR * vec) const.PP.SS template<class charT> const charT* std::ctype<charT>::scan_is (\fBmask\fR m, const charT * low, const charT * high) const.PP.SS template<class charT> const charT* std::ctype<charT>::scan_not (\fBmask\fR m, const charT * low, const charT * high) const.PP.SS template<class charT> charT std::ctype<charT>::toupper (charT) const.PP.SS template<class charT> const charT* std::ctype<charT>::toupper (charT * low, const charT * high) const.PP.SS template<class charT> charT std::ctype<charT>::tolower (charT c) const.PP.SS template<class charT> const charT* std::ctype<charT>::tolower (charT * low, const charT * high) const.PP.SS template<class charT> charT std::ctype<charT>::widen (char c) const.PP.SS template<class charT> const char* std::ctype<charT>::widen (const char * low, const char * high, charT * to) const.PP.SS template<class charT> char std::ctype<charT>::narrow (charT c, char dfault) const.PP.SS template<class charT> const charT* std::ctype<charT>::narrow (const charT * low, const charT *, char dfault, char * to) const.PP.SS template<class charT> std::ctype<charT>::~ctype<charT> ()\fC [protected]\fR.PP.SS template<class charT> virtual bool std::ctype<charT>::do_is (\fBmask\fR m, charT c) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual const charT* std::ctype<charT>::do_is (const charT * low, const charT * high, \fBmask\fR * vec) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual const charT* std::ctype<charT>::do_scan_is (\fBmask\fR m, const charT * low, const charT * high) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual const charT* std::ctype<charT>::do_scan_not (\fBmask\fR m, const charT * low, const charT * high) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual charT std::ctype<charT>::do_toupper (charT) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname<char>\fR, and \fBstd::ctype_byname\fR..SS template<class charT> virtual const charT* std::ctype<charT>::do_toupper (charT * low, const charT * high) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual charT std::ctype<charT>::do_tolower (charT) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname<char>\fR, and \fBstd::ctype_byname\fR..SS template<class charT> virtual const charT* std::ctype<charT>::do_tolower (charT * low, const charT * high) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual charT std::ctype<charT>::do_widen (char) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual const char* std::ctype<charT>::do_widen (const char * low, const char * high, charT * dest) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual char std::ctype<charT>::do_narrow (charT, char dfault) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SS template<class charT> virtual const charT* std::ctype<charT>::do_narrow (const charT * low, const charT * high, char dfault, char * dest) const\fC [protected, virtual]\fR.PPReimplemented in \fBstd::ctype_byname\fR..SH MEMBER DATA DOCUMENTATION.PP .SS template<class charT> locale::id std::ctype<charT>::id\fC [static]\fR.PP.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -