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) | |
Unformatted input | |
extracts characters (public member function) | |
reads the next character without extracting it (public member function) | |
unextracts a character (public member function) | |
puts a character into input stream (public member function) | |
extracts characters until the given character is found (public member function) | |
extracts and discards characters until the given character is found (public member function) | |
extracts blocks of characters (public member function) | |
extracts already available blocks of characters (public member function) | |
returns number of characters extracted by last unformatted input operation (public member function) | |
Positioning | |
returns the input position indicator (public member function) | |
sets the input position indicator (public member function) | |
Miscellaneous | |
synchronizes with the underlying storage device (public member function) |
Member classes
implements basic logic for preparation of the stream for input operations (public member class) |