ostrstream(); (1)
Defined in header
protected: basic_ios(); (1)
Manipulators are helper functions that make it possible to control input/output streams using operator<< or operator>>.
template< class CharT, class Traits > void swap( basic_ofstream<CharT
streamsize precision() const; (1)
int sync();
std::basic_filebuf<CharT, Traits>* rdbuf() const;
void pbump( int count );
Page 12 of 29