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

more::gen::ring::const_iterator Struct Template Reference

Yet another bidirectional iterator, but this one's got const values. More...

#include <ring.h>

Collaboration diagram for more::gen::ring::const_iterator:

Collaboration graph
[legend]
List of all members.

Public Types

Public Methods

Friends


Detailed Description

template<typename T, typename Alloc = more::gen::allocator<T>>
struct more::gen::ring< T, Alloc >::const_iterator

Yet another bidirectional iterator, but this one's got const values.


Member Typedef Documentation

template<typename T, typename Alloc = more::gen::allocator<T>>
typedef std::ptrdiff_t more::gen::ring::const_iterator::difference_type
 

template<typename T, typename Alloc = more::gen::allocator<T>>
typedef std::bidirectional_iterator_tag more::gen::ring::const_iterator::iterator_category
 

template<typename T, typename Alloc = more::gen::allocator<T>>
typedef value_type const* more::gen::ring::const_iterator::pointer
 

template<typename T, typename Alloc = more::gen::allocator<T>>
typedef value_type const& more::gen::ring::const_iterator::reference
 

template<typename T, typename Alloc = more::gen::allocator<T>>
typedef T const more::gen::ring::const_iterator::value_type
 


Constructor & Destructor Documentation

template<typename T, typename Alloc = more::gen::allocator<T>>
more::gen::ring< T, Alloc >::const_iterator::const_iterator   [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
more::gen::ring< T, Alloc >::const_iterator::const_iterator const_iterator const &    it [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
more::gen::ring< T, Alloc >::const_iterator::const_iterator iterator const &    it [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
more::gen::ring< T, Alloc >::const_iterator::const_iterator node const *    x_ [inline, explicit]
 


Member Function Documentation

template<typename T, typename Alloc = more::gen::allocator<T>>
reference more::gen::ring< T, Alloc >::const_iterator::operator *   [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
bool more::gen::ring< T, Alloc >::const_iterator::operator!= const_iterator const &    rhs const [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
const_iterator more::gen::ring< T, Alloc >::const_iterator::operator++ int    [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
const_iterator& more::gen::ring< T, Alloc >::const_iterator::operator++   [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
const_iterator more::gen::ring< T, Alloc >::const_iterator::operator-- int    [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
const_iterator& more::gen::ring< T, Alloc >::const_iterator::operator--   [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
pointer more::gen::ring< T, Alloc >::const_iterator::operator->   [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
const_iterator& more::gen::ring< T, Alloc >::const_iterator::operator= const_iterator const &    rhs [inline]
 

template<typename T, typename Alloc = more::gen::allocator<T>>
bool more::gen::ring< T, Alloc >::const_iterator::operator== const_iterator const &    rhs const [inline]
 


Friends And Related Function Documentation

template<typename T, typename Alloc = more::gen::allocator<T>>
friend class ring [friend]
 


The documentation for this struct was generated from the following file:
Generated on Sat Sep 7 19:12:36 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.