reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3025 template<typename, typename, typename> friend class basic_stringbuf;
usr/include/c++/7.4.0/iosfwd 96 class basic_stringbuf;
44 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 78 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 148 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 166 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type 214 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typeusr/include/c++/7.4.0/iosfwd
147 typedef basic_stringbuf<char> stringbuf; 187 typedef basic_stringbuf<wchar_t> wstringbuf;usr/include/c++/7.4.0/sstream
119 basic_stringbuf(const basic_stringbuf&) = delete; 121 basic_stringbuf(basic_stringbuf&& __rhs) 122 : basic_stringbuf(std::move(__rhs), __xfer_bufptrs(__rhs, this)) 127 basic_stringbuf& 128 operator=(const basic_stringbuf&) = delete; 130 basic_stringbuf& 131 operator=(basic_stringbuf&& __rhs) 144 swap(basic_stringbuf& __rhs) 302 __xfer_bufptrs(const basic_stringbuf& __from, basic_stringbuf* __to) 302 __xfer_bufptrs(const basic_stringbuf& __from, basic_stringbuf* __to) 342 basic_stringbuf* _M_to; 356 basic_stringbuf(basic_stringbuf&& __rhs, __xfer_bufptrs&&) 395 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 539 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 683 typedef basic_stringbuf<_CharT, _Traits, _Alloc> __stringbuf_type; 796 swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x, 797 basic_stringbuf<_CharT, _Traits, _Allocator>& __y)