istream_iterator< _Tp, _CharT, _Traits, _Dist > Class Template Reference

Provides input iterator semantics for streams.

Inheritance diagram for istream_iterator< _Tp, _CharT, _Traits, _Dist >:
Inheritance graph

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Tp, typename _CharT = char, typename _Traits = char_traits<_CharT>, typename _Dist = ptrdiff_t>
class std::istream_iterator< _Tp, _CharT, _Traits, _Dist >

Definition at line 47 of file stream_iterator.h.


Member Typedef Documentation

typedef _Dist difference_type [inherited]

Distance between iterators is represented as this type.

Definition at line 113 of file stl_iterator_base_types.h.

One of the tag types.

Definition at line 109 of file stl_iterator_base_types.h.

typedef const _Tp * pointer [inherited]

This type represents a pointer-to-value_type.

Definition at line 115 of file stl_iterator_base_types.h.

typedef const _Tp & reference [inherited]

This type represents a reference-to-value_type.

Definition at line 117 of file stl_iterator_base_types.h.

typedef _Tp value_type [inherited]

The type "pointed to" by the iterator.

Definition at line 111 of file stl_iterator_base_types.h.


Constructor & Destructor Documentation

istream_iterator (  )  [inline]

Construct end of input stream iterator.

Definition at line 62 of file stream_iterator.h.

istream_iterator ( istream_type __s  )  [inline]

Construct start of input stream iterator.

Definition at line 66 of file stream_iterator.h.


The documentation for this class was generated from the following file:

Generated on Thu Aug 27 12:05:00 2009 for libstdc++ by  doxygen 1.6.1