protected: void move( basic_ios& other );
Defined in header
protected: virtual int_type pbackfail( int_type c = EOF );
virtual int_type overflow( int_type ch = traits::eof() );
basic_istream& getline( char_type* s, std::streamsize count );
strstreambuf* rdbuf() const;
std::streamsize sputn( const char_type* s, std::streamsize count );
void freeze(bool flag = true);
template< class CharT, class Traits, class Alloc > void
typedef /*implementation defined*/ iostate;
Page 27 of 29