basic_istream& ignore( std::streamsize count = 1, int_type
Defined in header
explicit basic_stringbuf( std::ios_base::openmode which = std::ios_base::in
strstreambuf* rdbuf() const;
C++ includes two input/output libraries: a modern, stream-based I/O library and the standard set of C-style I/O functions. Stream-based I/O
basic_istream& putback( char_type ch );
void swap( basic_fstream& other );
bool is_open();
Page 15 of 29