std::streamsize sputn( const char_type* s, std::streamsize count );
explicit strstreambuf( std::streamsize alsize = 0 ); (1)
std::basic_filebuf<CharT, Traits>* rdbuf() const;
template< class CharT, class Traits, class Alloc > void
bool fail() const;
Defined in header
virtual int_type overflow( int_type ch = traits::eof() );
Page 29 of 29