<istream> Members
Reference
Typedefs
A type basic_iostream specialized on char. |
|
A type basic_istream specialized on char. |
|
A type basic_iostream specialized on wchar. |
|
A type basic_istream specialized on wchar. |
Manipulators
Skips white space in the stream. |
|
Exchanges two stream objects. |
Operators
Extracts characters and strings from the stream. |
Classes
A stream class that can do both input and output. |
|
The template class describes an object that controls extraction of elements and encoded objects from a stream buffer with elements of type Elem, also known as char_type, whose character traits are determined by the class Tr, also known as traits_type. |