std::basic_string<CharT, Traits, Allocator> str() const;
protected: virtual std::streamsize showmanyc();
void swap( std::basic_filebuf& rhs );
Defined in header
protected: void swap( basic_ios& other );
void swap( basic_streambuf& other );
explicit basic_istream( std::basic_streambuf<CharT, Traits>* sb);
std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf()
Page 19 of 29