dune-grid 2.9.0
Public Member Functions | List of all members
Dune::YGridList< Coordinates >::Iterator Class Reference

#include <dune/grid/yaspgrid/ygrid.hh>

Public Member Functions

 Iterator (const YGridList< Coordinates > &ygl, bool end=false)
 return iterator to begin and end of the container More...
 
Iteratoroperator++ ()
 increment iterator More...
 
std::deque< Intersection >::iterator operator-> () const
 dereference iterator More...
 
std::deque< Intersection >::iterator operator* () const
 dereference iterator More...
 
bool operator== (const Iterator &i) const
 compare two iterators More...
 
bool operator!= (const Iterator &i) const
 compare two iterators More...
 

Constructor & Destructor Documentation

◆ Iterator()

template<class Coordinates >
Dune::YGridList< Coordinates >::Iterator::Iterator ( const YGridList< Coordinates > &  ygl,
bool  end = false 
)
inline

return iterator to begin and end of the container

Member Function Documentation

◆ operator!=()

template<class Coordinates >
bool Dune::YGridList< Coordinates >::Iterator::operator!= ( const Iterator i) const
inline

compare two iterators

◆ operator*()

template<class Coordinates >
std::deque< Intersection >::iterator Dune::YGridList< Coordinates >::Iterator::operator* ( ) const
inline

dereference iterator

◆ operator++()

template<class Coordinates >
Iterator & Dune::YGridList< Coordinates >::Iterator::operator++ ( )
inline

increment iterator

◆ operator->()

template<class Coordinates >
std::deque< Intersection >::iterator Dune::YGridList< Coordinates >::Iterator::operator-> ( ) const
inline

dereference iterator

◆ operator==()

template<class Coordinates >
bool Dune::YGridList< Coordinates >::Iterator::operator== ( const Iterator i) const
inline

compare two iterators


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