Dune::Array< T >::Iterator Class Reference

#include <array.hh>

List of all members.


Detailed Description

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

An iterator to access all components of array.

This iterator currently has no range checking!


Public Member Functions

 Iterator ()
 Default constructor.
bool operator!= (const Iterator &x)
 Inequality of two iterators.
bool operator== (const Iterator &x)
 Equality of two iterators.
Iterator operator++ ()
 Prefix increment.
Iterator operator++ (int)
 Postfix increment.
const T & operator* () const
 Dereferencing.
const T * operator-> () const
 selector

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

Generated on 6 Nov 2008 with Doxygen (ver 1.5.6) [logfile].