Template:cpp/io/basic ios/inherit
From cppreference.com
Contents |
Inherited from std::basic_ios
Member types
Member type | Definition |
char_type
|
CharT |
traits_type
|
Traits |
int_type
|
Traits::int_type |
pos_type
|
Traits::pos_type |
off_type
|
Traits::off_type |
State functions | |
checks if no error has occurred i.e. I/O operations are available (public member function) | |
checks if end-of-file has been reached (public member function) | |
checks if an error has occurred (public member function) | |
checks if a non-recoverable error has occurred (public member function) | |
checks if an error has occurred (synonym of fail()) (public member function) | |
checks if no error has occurred (synonym of ! fail()) (public member function) | |
returns state flags (public member function) | |
sets state flags (public member function) | |
modifies state flags (public member function) | |
Formatting | |
copies formatting information (public member function) | |
manages the fill character (public member function) | |
Miscellaneous | |
manages exception mask (public member function) | |
sets the locale (public member function) | |
manages associated stream buffer (public member function) | |
manages tied stream (public member function) | |
narrows characters (public member function) | |
widens characters (public member function) |