Dune::Array< T >::Iterator Class Reference
#include <array.hh>
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 () | |
Constructor. | |
bool | operator!= (const Iterator &x) |
Inequality of two iterators. | |
bool | operator== (const Iterator &x) |
Equality of two iterators. | |
Iterator | operator++ () |
Prefix-increment operator. | |
Iterator | operator++ (int) |
Postfix-increment operator. | |
const T & | operator * () const |
Dereferencing. | |
const T * | operator-> () const |
Dereferencing. |
The documentation for this class was generated from the following file: