|  |  | Whole document treeTemplatestd::input_iterator struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members 
 std::input_iterator< _Tp, _Distance >  Struct Template Reference#include <stl_iterator_base_types.h>
List of all members. template<class _Tp, class _Distance>struct std::input_iterator< _Tp, _Distance >
 Member Typedef Documentation
 
  
    | 
        
          | template<class _Tp, class _Distance> |  
          | typedef _Distance std::input_iterator< _Tp, _Distance >::difference_type |  |  
 
  
    | 
        
          | template<class _Tp, class _Distance> |  
          | typedef input_iterator_tag std::input_iterator< _Tp, _Distance >::iterator_category |  |  
 
  
    | 
        
          | template<class _Tp, class _Distance> |  
          | typedef _Tp* std::input_iterator< _Tp, _Distance >::pointer |  |  
 
  
    | 
        
          | template<class _Tp, class _Distance> |  
          | typedef _Tp& std::input_iterator< _Tp, _Distance >::reference |  |  
 
  
    | 
        
          | template<class _Tp, class _Distance> |  
          | typedef _Tp std::input_iterator< _Tp, _Distance >::value_type |  |  The documentation for this struct was generated from the following file:
 Generated on Mon Apr 8 03:18:36 2002 for libstdc++-v3 Source by
  1.2.15 |