basic_ios Members
The following tables list the members of the basic_ios Class. For a list of members inherited by the basic_ios class, see ios_base Members.
Reference
Constructors
Constructs the basic_ios class. |
Typedefs
A synonym for the template parameter Elem. |
|
A synonym for Traits::int_type. |
|
A synonym for Traits::int_type. |
|
A synonym for Traits::int_type. |
|
A synonym for the template parameter Traits. |
Member Functions
Indicates the state of rdstate() & badbit. |
|
Clears all error flags. |
|
Copies flags from one stream to another. |
|
Indicates if the end of a stream has been reached. |
|
Indicates which exceptions will be thrown by the stream. |
|
Indicates the status of rdstate() & failbit. |
|
Specifies or returns the character that will be used when the text is not as wide as the stream. |
|
Indicates the state of rdstate() & goodbit. |
|
Changes the locale. |
|
Called by basic_ios constructors. |
|
Finds the equivalent char to a given char_type. |
|
Routes stream to specified buffer. |
|
Reads the state of bits for flags. |
|
Sets additional flags. |
|
Ensures that one stream is processed before another stream. |
|
Finds the equivalent char_type to a given char. |
Operators
Indicates if the stream is still good. |
|
Indicates if the stream is not bad. |