Defined in header
Manipulators are helper functions that make it possible to control input/output streams using operator<< or operator>>.
operator void*() const; (1)
std::basic_filebuf<CharT, Traits>* rdbuf() const;
void swap( basic_ofstream& other );
typedef void (*event_callback)(event type, ios_base& ios
Page 10 of 29