Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator Class Reference

#include <SubGridPart.hpp>

Public Member Functions

 SubIterator (const SubGridPart &view, std::size_t index)
 
const Entityoperator* () const
 
const Entityoperator-> () const
 
SubIterator operator++ ()
 
SubIterator operator++ (int)
 
bool operator== (const SubIterator &other) const
 
bool operator!= (const SubIterator &other) const
 

Constructor & Destructor Documentation

◆ SubIterator()

template<class GridImp >
template<int cd>
Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator::SubIterator ( const SubGridPart view,
std::size_t  index 
)
inline

Member Function Documentation

◆ operator!=()

template<class GridImp >
template<int cd>
bool Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator::operator!= ( const SubIterator other) const
inline

◆ operator*()

template<class GridImp >
template<int cd>
const Entity & Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<class GridImp >
template<int cd>
SubIterator Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator::operator++ ( )
inline

◆ operator++() [2/2]

template<class GridImp >
template<int cd>
SubIterator Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator::operator++ ( int  )
inline

◆ operator->()

template<class GridImp >
template<int cd>
const Entity * Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator::operator-> ( ) const
inline

◆ operator==()

template<class GridImp >
template<int cd>
bool Dune::SubGridPart< GridImp >::Codim< cd >::SubIterator::operator== ( const SubIterator other) const
inline

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