#include <scannerConnectors.hh>
Public Member Functions | |
ArrayScan (Array< T > &container) | |
ArrayScan (const ArrayScan &scan) | |
bool | eos () const |
Returns true if the end of the scanned set is reached. | |
T & | operator++ (int) |
Returns the next element in the scanned set. | |
Scan< T > * | clone () const |
Returns a clone of the scanner. | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. | |
Scanner for an Array
Definition at line 333 of file scannerConnectors.hh.
|
inline |
Definition at line 335 of file scannerConnectors.hh.
|
inline |
Definition at line 337 of file scannerConnectors.hh.
|
inlinevirtual |
Returns a clone of the scanner.
Implements concepts::Scan< T >.
Definition at line 341 of file scannerConnectors.hh.
|
inlinevirtual |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< T >.
Definition at line 339 of file scannerConnectors.hh.
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
|
inlinevirtual |
Returns the next element in the scanned set.
Implements concepts::Scan< T >.
Definition at line 340 of file scannerConnectors.hh.