basic_istream Members
The following tables list the members of the basic_istream Class. For a list of members inherited by the basic_istream class, see basic_ios Members.
Reference
Constructors
Constructs an object of type basic_istream. |
Member Functions
Returns the number of characters read during the last unformatted input. |
|
Reads one or more characters from the input stream. |
|
Reads a line from the input stream. |
|
Causes a number of elements to be skipped from the current read position. |
|
Returns the next character to be read. |
|
Puts a specified character into the stream. |
|
Reads a specified number of characters from the stream and stores them in an array. Deprecated. Use basic_istream::_Read_s instead. |
|
Reads a specified number of characters from the stream and stores them in an array. |
|
Read from buffer only. Deprecated. Use basic_istream::_Readsome_s instead. |
|
Read from buffer only. |
|
Moves the read position in a stream. |
|
The nested class describes an object whose declaration structures the formatted input functions and the unformatted input functions. |
|
Synchronizes the input device associated with the stream with the stream's buffer. |
|
Reports the current read position in the stream. |
|
Puts the most recently read character back into the stream. |
Operators
Calls a function on the input stream or reads formatted data from the input stream. |