Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::istream_iterator Class Template Reference
#include <stl_iterator.h>
List of all members.
Public Types
Public Methods
template<class _Tp, class _CharT = char, class _Traits = char_traits<_CharT>, class _Dist = ptrdiff_t> class std::istream_iterator
Member Typedef Documentation
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
Constructor & Destructor Documentation
istream_iterator (
)
[inline]
istream_iterator (
istream_type
&
__s
)
[inline]
Member Function Documentation
reference
operator * (
) const
[inline]
pointer
operator-> (
) const
[inline]
istream_iterator & operator++ (
)
[inline]
istream_iterator operator++ (
int )
[inline]
bool _M_equal (
const istream_iterator<_Tp, _CharT, _Traits, _Dist> &
__x
) const
[inline]
The documentation for this class was generated from the following file:
stl_iterator.h
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001