Dune::DoubleLinkedList< T >::Iterator Class Reference
[Common]

#include <dlist.hh>

List of all members.


Detailed Description

template<class T>
class Dune::DoubleLinkedList< T >::Iterator

Iterator class for the doubly-linked list.


Public Member Functions

 Iterator ()
 constructor
bool operator!= (Iterator x) const
 comparison
bool operator== (Iterator x) const
 comparison
Iteratoroperator++ ()
 Prefix increment.
Iterator operator++ (int)
 Postfix increment.
Iteratoroperator-- ()
 Prefix decrement.
Iterator operator-- (int)
 Postfix decrement.
T & operator * () const
 dereferenciation
T * operator-> () const
 dereferenciation (Stroustrup p. 289)

The documentation for this class was generated from the following files:

Generated on 9 Apr 2008 with Doxygen (ver 1.5.2) [logfile].