Namespaces
Variants
Views
Actions

Template:cpp/io/basic istream/inherit

From cppreference.com

Contents

Inherited from std::basic_istream

Member functions

Formatted input
extracts formatted data
(public member function) [edit]
Unformatted input
extracts characters
(public member function) [edit]
reads the next character without extracting it
(public member function) [edit]
unextracts a character
(public member function) [edit]
puts a character into input stream
(public member function) [edit]
extracts characters until the given character is found
(public member function) [edit]
extracts and discards characters until the given character is found
(public member function) [edit]
extracts blocks of characters
(public member function) [edit]
extracts already available blocks of characters
(public member function) [edit]
returns number of characters extracted by last unformatted input operation
(public member function) [edit]
Positioning
returns the input position indicator
(public member function) [edit]
sets the input position indicator
(public member function) [edit]
Miscellaneous
synchronizes with the underlying storage device
(public member function) [edit]

Member classes

implements basic logic for preparation of the stream for input operations
(public member class) [edit]