Whole document tree
    

Whole document tree

Templatestd::random_access_iterator struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::random_access_iterator< _Tp, _Distance > Struct Template Reference

#include <stl_iterator_base_types.h>

Inheritance diagram for std::random_access_iterator:

Inheritance graph
[legend]
List of all members.

Public Types

typedef random_access_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::random_access_iterator< _Tp, _Distance >


Member Typedef Documentation

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

Definition at line 123 of file stl_iterator_base_types.h.

template<class _Tp, class _Distance>
typedef random_access_iterator_tag std::random_access_iterator< _Tp, _Distance >::iterator_category
 

Definition at line 121 of file stl_iterator_base_types.h.

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

Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::_Rope_const_iterator< _CharT, _Alloc >, and std::_Rope_iterator< _CharT, _Alloc >.

Definition at line 124 of file stl_iterator_base_types.h.

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

Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::_Rope_const_iterator< _CharT, _Alloc >, and std::_Rope_iterator< _CharT, _Alloc >.

Definition at line 125 of file stl_iterator_base_types.h.

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

Definition at line 122 of file stl_iterator_base_types.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 8 03:19:26 2002 for libstdc++-v3 Source by doxygen1.2.15