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 Tue Jul 28 22:27:55 2009 for dune-common by  doxygen 1.5.6