Namespaces
Variants
Views
Actions

Template:cpp/io/basic ios/inherit

From cppreference.com
Revision as of 03:59, 1 June 2013 by P12bot (Talk | contribs)

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) [edit]
checks if end-of-file has been reached
(public member function) [edit]
checks if an error has occurred
(public member function) [edit]
checks if a non-recoverable error has occurred
(public member function) [edit]
checks if an error has occurred (synonym of fail())
(public member function) [edit]
checks if no error has occurred (synonym of !fail())
(public member function) [edit]
returns state flags
(public member function) [edit]
sets state flags
(public member function) [edit]
modifies state flags
(public member function) [edit]
Formatting
copies formatting information
(public member function) [edit]
manages the fill character
(public member function) [edit]
Miscellaneous
manages exception mask
(public member function) [edit]
sets the locale
(public member function) [edit]
manages associated stream buffer
(public member function) [edit]
manages tied stream
(public member function) [edit]
narrows characters
(public member function) [edit]
widens characters
(public member function) [edit]