📄 std__basic_stringbuf.3
字号:
.TH std::basic_stringbuf 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::basic_stringbuf \- .SH SYNOPSIS.br.PPInherits \fBstd::basic_streambuf<charT,traits>\fR..PP.SS Public Members.in +1c.ti -1c.RI "typedef charT \fBchar_type\fR".br.ti -1c.RI "typedef traits::int_type \fBint_type\fR".br.ti -1c.RI "typedef traits::pos_type \fBpos_type\fR".br.ti -1c.RI "typedef traits::off_type \fBoff_type\fR".br.ti -1c.RI "explicit \fBbasic_stringbuf\fR (ios_base::openmode which = ios_base::in | ios_base::out)".br.ti -1c.RI "explicit \fBbasic_stringbuf\fR (const basic_string<charT,traits,Allocator>& str, ios_base::openmode which = ios_base::in | ios_base::out)".br.ti -1c.RI "basic_string<charT,traits,Allocator> \fBstr\fR () const".br.ti -1c.RI "void \fBstr\fR (const basic_string<charT,traits,Allocator> &s)".br.in -1c.SS Protected Members.in +1c.ti -1c.RI "virtual \fBint_type\fR \fBunderflow\fR ()".br.ti -1c.RI "virtual \fBint_type\fR \fBpbackfail\fR (\fBint_type\fR c = traits::eof())".br.ti -1c.RI "virtual \fBint_type\fR \fBoverflow\fR (\fBint_type\fR c = traits::eof())".br.ti -1c.RI "virtual basic_streambuf<charT,traits>* \fBsetbuf\fR (charT*, \fBstreamsize\fR)".br.ti -1c.RI "virtual \fBpos_type\fR \fBseekoff\fR (\fBoff_type\fR off, ios_base::seekdir way, ios_base::openmode which = ios_base::in | ios_base::out)".br.ti -1c.RI "virtual \fBpos_type\fR \fBseekpos\fR (\fBpos_type\fR sp, ios_base::openmode which = ios_base::in | ios_base::out)".br.in -1c.SH MEMBER TYPEDEF DOCUMENTATION.PP .SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef charT std::basic_stringbuf<charT, traits, Allocator>::char_type.PPReimplemented from \fBstd::basic_streambuf\fR..SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef traits::int_type std::basic_stringbuf<charT, traits, Allocator>::int_type.PPReimplemented from \fBstd::basic_streambuf\fR..SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef traits::pos_type std::basic_stringbuf<charT, traits, Allocator>::pos_type.PPReimplemented from \fBstd::basic_streambuf\fR..SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> typedef traits::off_type std::basic_stringbuf<charT, traits, Allocator>::off_type.PPReimplemented from \fBstd::basic_streambuf\fR..SH MEMBER FUNCTION DOCUMENTATION.PP .SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> explicit std::basic_stringbuf<charT, traits, Allocator>::basic_stringbuf<charT, traits, Allocator> (ios_base::openmode which = ios_base::in | ios_base::out).PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> explicit std::basic_stringbuf<charT, traits, Allocator>::basic_stringbuf<charT, traits, Allocator> (const basic_string<charT,traits,Allocator>& str, ios_base::openmode which = ios_base::in | ios_base::out).PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> basic_string<charT,traits,Allocator> std::basic_stringbuf<charT, traits, Allocator>::str () const.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> void std::basic_stringbuf<charT, traits, Allocator>::str (const basic_string<charT,traits,Allocator>& s).PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> virtual \fBint_type\fR std::basic_stringbuf<charT, traits, Allocator>::underflow ()\fC [protected, virtual]\fR.PPReimplemented from \fBstd::basic_streambuf\fR..SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> virtual \fBint_type\fR std::basic_stringbuf<charT, traits, Allocator>::pbackfail (\fBint_type\fR c = traits::eof())\fC [protected, virtual]\fR.PPReimplemented from \fBstd::basic_streambuf\fR..SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> virtual \fBint_type\fR std::basic_stringbuf<charT, traits, Allocator>::overflow (\fBint_type\fR c = traits::eof())\fC [protected, virtual]\fR.PPReimplemented from \fBstd::basic_streambuf\fR..SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> virtual basic_streambuf<charT,traits>* std::basic_stringbuf<charT, traits, Allocator>::setbuf (charT *, \fBstreamsize\fR)\fC [protected, virtual]\fR.PP.SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> virtual \fBpos_type\fR std::basic_stringbuf<charT, traits, Allocator>::seekoff (\fBoff_type\fR off, ios_base::seekdir way, ios_base::openmode which = ios_base::in | ios_base::out)\fC [protected, virtual]\fR.PPReimplemented from \fBstd::basic_streambuf\fR..SS template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>> virtual \fBpos_type\fR std::basic_stringbuf<charT, traits, Allocator>::seekpos (\fBpos_type\fR sp, ios_base::openmode which = ios_base::in | ios_base::out)\fC [protected, virtual]\fR.PPReimplemented from \fBstd::basic_streambuf\fR..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 + -