istream_iterator Class Template Reference

Provides input iterator semantics for streams.

Inheritance diagram for istream_iterator:

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 _Distance difference_type [inherited]

Distance between iterators is represented as this type.

Reimplemented in reverse_iterator.

Definition at line 113 of file stl_iterator_base_types.h.

typedef _Category iterator_category [inherited]

One of the tag types.

Definition at line 109 of file stl_iterator_base_types.h.

typedef _Pointer pointer [inherited]

This type represents a pointer-to-value_type.

Reimplemented in reverse_iterator.

Definition at line 115 of file stl_iterator_base_types.h.

typedef _Reference reference [inherited]

This type represents a reference-to-value_type.

Reimplemented in reverse_iterator.

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 Tue Dec 2 03:59:51 2008 for libstdc++ by  doxygen 1.5.7.1