#include <space.hh>


Public Member Functions | |
| virtual Scan * | clone () const =0 |
| Returns a clone of the scanner. | |
| virtual bool | eos () const =0 |
| Returns true if the end of the scanned set is reached. | |
| operator int () | |
| Returns true as long as the end of the scanned set is not reached yet. | |
| virtual ElementWithCell< F > & | operator++ (int)=0 |
| Returns the next element in the scanned set. | |
| virtual Scan* concepts::Scan< Element< F > >::clone | ( | ) | const [pure virtual, inherited] |
Returns a clone of the scanner.
| virtual bool concepts::Scan< Element< F > >::eos | ( | ) | const [pure virtual, inherited] |
Returns true if the end of the scanned set is reached.
| concepts::Scan< Element< F > >::operator int | ( | ) | [inline, inherited] |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 32 of file scannerConnectors.hh.
| virtual ElementWithCell<F>& concepts::Scan< ElementWithCell< F > >::operator++ | ( | int | ) | [pure virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< Element< F > >.
Implemented in concepts::Scan< hp1D::Element< F > >, and concepts::Scan< hp2D::Element< F > >.