#include <mistream.h>
Public Types | |
| typedef T | value_type |
| typedef ptrdiff_t | difference_type |
| typedef const value_type * | pointer |
| typedef const value_type & | reference |
| typedef istream::size_type | size_type |
Public Member Functions | |
| istream_iterator (istream &is) | |
| istream_iterator (const istream_iterator &i) | |
| const istream_iterator & | operator= (const istream_iterator &i) |
| const T & | operator * (void) |
| Reads and returns the next value. | |
| istream_iterator & | operator++ (void) |
| istream_iterator | operator++ (int) |
| istream_iterator & | operator+= (size_type n) |
| bool | operator== (const istream_iterator &i) const |
| bool | operator< (const istream_iterator &i) const |