#include <stl_iterator.h>
Public Types | |
typedef _CharT | char_type |
typedef _Traits | traits_type |
typedef basic_istream<_CharT, _Traits> | istream_type |
typedef input_iterator_tag | iterator_category |
typedef _Tp | value_type |
typedef _Dist | difference_type |
typedef const _Tp* | pointer |
typedef const _Tp& | reference |
Public Methods | |
istream_iterator () | |
istream_iterator (istream_type &__s) | |
reference | operator * () const |
pointer | operator-> () const |
istream_iterator& | operator++ () |
istream_iterator | operator++ (int) |
bool | _M_equal (const istream_iterator &__x) const |
Private Methods | |
void | _M_read () |
Private Attributes | |
istream_type* | _M_stream |
_Tp | _M_value |
bool | _M_ok |
|
Definition at line 321 of file stl_iterator.h. |
|
Definition at line 327 of file stl_iterator.h. |
|
Definition at line 323 of file stl_iterator.h. |
|
Definition at line 325 of file stl_iterator.h. |
|
Definition at line 328 of file stl_iterator.h. |
|
Definition at line 329 of file stl_iterator.h. |
|
Definition at line 322 of file stl_iterator.h. |
|
Definition at line 326 of file stl_iterator.h. |
|
Definition at line 331 of file stl_iterator.h. |
|
Definition at line 332 of file stl_iterator.h. |
|
Definition at line 347 of file stl_iterator.h. |
|
Definition at line 355 of file stl_iterator.h. Referenced by istream_iterator(), and operator++(). |
|
Definition at line 334 of file stl_iterator.h. Referenced by operator->(). |
|
Definition at line 341 of file stl_iterator.h. |
|
Definition at line 337 of file stl_iterator.h. |
|
Definition at line 335 of file stl_iterator.h. |
|
Definition at line 353 of file stl_iterator.h. |
|
Definition at line 351 of file stl_iterator.h. |
|
Definition at line 352 of file stl_iterator.h. |