#include <scannerConnectors.hh>
Public Member Functions | |
SingletonScan (T &singleton) | |
SingletonScan (const SingletonScan &other) | |
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. | |
SingletonScan * | 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. | |
A scanner over a single element
Definition at line 352 of file scannerConnectors.hh.
|
inline |
Definition at line 354 of file scannerConnectors.hh.
|
inline |
Definition at line 357 of file scannerConnectors.hh.
|
inlinevirtual |
Returns a clone of the scanner.
Implements concepts::Scan< T >.
Definition at line 368 of file scannerConnectors.hh.
|
inlinevirtual |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< T >.
Definition at line 360 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 362 of file scannerConnectors.hh.