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

std::iterator Struct Template Reference

#include <stl_iterator_base_types.h>

Inherited by std::__normal_iterator, std::istreambuf_iterator, and std::ostreambuf_iterator.

List of all members.

Public Types

template<class _Category, class _Tp, class _Distance = ptrdiff_t, class _Pointer = _Tp*, class _Reference = _Tp&> struct std::iterator


Member Typedef Documentation

typedef _Category iterator_category
 

Reimplemented in std::__normal_iterator.

typedef _Tp value_type
 

Reimplemented in std::__normal_iterator.

typedef _Distance difference_type
 

Reimplemented in std::__normal_iterator.

typedef _Pointer pointer
 

Reimplemented in std::__normal_iterator.

typedef _Reference reference
 

Reimplemented in std::__normal_iterator.


The documentation for this struct was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001