Lines Matching refs:basic_stringbuf
46 // [27.7.1] template class basic_stringbuf
60 class basic_stringbuf : public basic_streambuf<_CharT, _Traits>
67 // 251. basic_stringbuf missing allocator_type
94 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out)
107 basic_stringbuf(const __string_type& __str,
259 * the associated sequence, an instance of std::basic_stringbuf is used,
270 // 251. basic_stringbuf missing allocator_type
278 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type;
334 * @return The current basic_stringbuf buffer.
369 * the associated sequence, an instance of std::basic_stringbuf is used,
380 // 251. basic_stringbuf missing allocator_type
388 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type;
444 * @return The current basic_stringbuf buffer.
480 * of std::basic_stringbuf is used, which this page refers to as @c sb.
490 // 251. basic_stringbuf missing allocator_type
498 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type;
551 * @return The current basic_stringbuf buffer.