concepts::Scan< ElementWithCell< F > > Class Template Referenceabstract
#include <space.hh>
Inheritance diagram for concepts::Scan< ElementWithCell< F > >:
Public Member Functions | |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
virtual bool | eos () const=0 |
Returns true if the end of the scanned set is reached. More... | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. More... | |
virtual ElementWithCell< F > & | operator++ (int)=0 |
Returns the next element in the scanned set. More... | |
Detailed Description
template<class F>
class concepts::Scan< ElementWithCell< F > >
Member Function Documentation
◆ clone()
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos()
|
pure virtualinherited |
Returns true if the end of the scanned set is reached.
◆ operator int()
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
◆ operator++()
template<class F >
|
pure virtual |
Returns the next element in the scanned set.
Implements concepts::Scan< Element< F > >.
Implemented in concepts::Scan< hp2D::Element< F > >, and concepts::Scan< hp1D::BaseElement< F > >.
The documentation for this class was generated from the following file:
- space/space.hh