genericiterator.hh File Reference

This file implements a generic iterator classes for writing stl conformant iterators. More...

Go to the source code of this file.

Classes

struct  Dune::const_reference< R >
 get the 'const' version of a reference to amutable object More...
struct  Dune::const_reference< const R >
struct  Dune::const_reference< R & >
struct  Dune::const_reference< const R & >
struct  Dune::mutable_reference< R >
 get the 'mutable' version of a reference to a const object More...
struct  Dune::mutable_reference< const R >
struct  Dune::mutable_reference< R & >
struct  Dune::mutable_reference< const R & >
class  Dune::GenericIterator< C, T, R, D, IteratorFacade >
 Generic class for stl conformant iterators for container classes with operator[]. More...

Namespaces

namespace  Dune
 

Dune namespace.



Detailed Description

This file implements a generic iterator classes for writing stl conformant iterators.

With using this generic iterator writing iterators for containers with operator[] is only a matter of seconds

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].