#include <scannerConnectors.hh>
Public Member Functions | |
PListScan (Joiner< T *, 1 > &cnr) | |
bool | eos () const |
Returns true if the end of the scanned set is reached. | |
PListScan< T > * | clone () const |
Returns a clone of the scanner. | |
T & | operator++ (int) |
Returns the next element in the scanned set. | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. | |
Scanner for a list of pointers.
Definition at line 176 of file scannerConnectors.hh.
|
inline |
Constructor.
cnr | Reference to the list |
Definition at line 189 of file scannerConnectors.hh.
|
inlinevirtual |
Returns a clone of the scanner.
Implements concepts::Scan< T >.
Definition at line 194 of file scannerConnectors.hh.
|
inlinevirtual |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< T >.
Definition at line 192 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.
|
virtual |
Returns the next element in the scanned set.
Implements concepts::Scan< T >.
Definition at line 200 of file scannerConnectors.hh.