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

random_access_iterator Struct Template Reference

#include <stl_iterator.h>

Inheritance diagram for random_access_iterator:

Inheritance graph
[legend]
List of all members.

Public Types

typedef random_access_iterator_tag iterator_category
typedef T value_type
typedef Distance difference_type
typedef T * pointer
typedef T & reference

template<class T, class Distance>
struct random_access_iterator< T, Distance >


Member Typedef Documentation

template<class T, class Distance>
typedef Distance random_access_iterator::difference_type
 

Definition at line 78 of file stl_iterator.h.

template<class T, class Distance>
typedef random_access_iterator_tag random_access_iterator::iterator_category
 

Definition at line 76 of file stl_iterator.h.

template<class T, class Distance>
typedef T* random_access_iterator::pointer
 

Reimplemented in __bit_iterator.

Definition at line 79 of file stl_iterator.h.

template<class T, class Distance>
typedef T& random_access_iterator::reference
 

Reimplemented in __bit_iterator.

Definition at line 80 of file stl_iterator.h.

template<class T, class Distance>
typedef T random_access_iterator::value_type
 

Definition at line 77 of file stl_iterator.h.


The documentation for this struct was generated from the following file:
logo OpenMask

Documentation generated on Thu May 2 15:03:40 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001