#include <vectorial.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 vectorial::Element< F > & | operator++ (int)=0 |
| Returns the next element in the scanned set. | |
Definition at line 299 of file vectorial.hh.
| virtual Scan* concepts::Scan< concepts::Element< F > >::clone | ( | ) | const [pure virtual, inherited] |
Returns a clone of the scanner.
Implemented in aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, and aglowav2::Haar3d0BFSScan< F >.
| virtual bool concepts::Scan< concepts::Element< F > >::eos | ( | ) | const [pure virtual, inherited] |
Returns true if the end of the scanned set is reached.
Implemented in aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, and aglowav2::Haar3d0BFSScan< F >.
| concepts::Scan< concepts::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 vectorial::Element<F>& concepts::Scan< vectorial::Element< F > >::operator++ | ( | int | ) | [pure virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< concepts::Element< F > >.