dune-fem  2.4.1-rc
Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Fem::STLArrayIterator< ElementImp, RealImp > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/storage/stlarray.hh>

Public Types

typedef ElementImp ElementType
 

Public Member Functions

 STLArrayIterator (RealImp realIterator)
 
 STLArrayIterator (const ThisType &other)
 
ThisTypeoperator= (const ThisType &other)
 
ElementTypeoperator* ()
 
ThisTypeoperator++ ()
 
bool operator== (const ThisType &other) const
 
bool operator!= (const ThisType &other) const
 

Protected Attributes

RealImp realIterator_
 

Member Typedef Documentation

template<class ElementImp , class RealImp >
typedef ElementImp Dune::Fem::STLArrayIterator< ElementImp, RealImp >::ElementType

Constructor & Destructor Documentation

template<class ElementImp , class RealImp >
Dune::Fem::STLArrayIterator< ElementImp, RealImp >::STLArrayIterator ( RealImp  realIterator)
inlineexplicit
template<class ElementImp , class RealImp >
Dune::Fem::STLArrayIterator< ElementImp, RealImp >::STLArrayIterator ( const ThisType other)
inline

Member Function Documentation

template<class ElementImp , class RealImp >
bool Dune::Fem::STLArrayIterator< ElementImp, RealImp >::operator!= ( const ThisType other) const
inline
template<class ElementImp , class RealImp >
ElementType& Dune::Fem::STLArrayIterator< ElementImp, RealImp >::operator* ( )
inline
template<class ElementImp , class RealImp >
ThisType& Dune::Fem::STLArrayIterator< ElementImp, RealImp >::operator++ ( )
inline
template<class ElementImp , class RealImp >
ThisType& Dune::Fem::STLArrayIterator< ElementImp, RealImp >::operator= ( const ThisType other)
inline
template<class ElementImp , class RealImp >
bool Dune::Fem::STLArrayIterator< ElementImp, RealImp >::operator== ( const ThisType other) const
inline

Member Data Documentation

template<class ElementImp , class RealImp >
RealImp Dune::Fem::STLArrayIterator< ElementImp, RealImp >::realIterator_
protected

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