Home | History | Annotate | Download | only in src

Lines Matching full:streambuf

29 #include <streambuf>
33 // Implementation of the streambuf, common stuff for all the stream buffers.
34 streambuf::streambuf()
37 streambuf::streambuf(const streambuf& sb)
40 streambuf::~streambuf() {}
42 streamsize streambuf::xsputn(const char_type* str, streamsize num) {