Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::input_iterator Struct Template Reference

#include <stl_iterator_base_types.h>

List of all members.

Public Types

typedef input_iterator_tag iterator_category
typedef _Tp value_type
typedef _Distance difference_type
typedef _Tp* pointer
typedef _Tp& reference

template<class _Tp, class _Distance> struct std::input_iterator


Member Typedef Documentation

template<class _Tp, class _Distance>
typedef _Distance std::input_iterator<_Tp, _Distance>::difference_type
 

Definition at line 61 of file stl_iterator_base_types.h.

template<class _Tp, class _Distance>
typedef input_iterator_tag std::input_iterator<_Tp, _Distance>::iterator_category
 

Definition at line 59 of file stl_iterator_base_types.h.

template<class _Tp, class _Distance>
typedef _Tp* std::input_iterator<_Tp, _Distance>::pointer
 

Definition at line 62 of file stl_iterator_base_types.h.

template<class _Tp, class _Distance>
typedef _Tp& std::input_iterator<_Tp, _Distance>::reference
 

Definition at line 63 of file stl_iterator_base_types.h.

template<class _Tp, class _Distance>
typedef _Tp std::input_iterator<_Tp, _Distance>::value_type
 

Definition at line 60 of file stl_iterator_base_types.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:17 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001