#include <scannerConnectors.hh>
Public Member Functions | |
PStlVectorScan (typename std::vector< T * > &v) | |
PStlVectorScan (typename std::vector< T * >::iterator first, typename std::vector< T * >::const_iterator last) | |
PStlVectorScan (const PStlVectorScan< T > &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. | |
PStlVectorScan< 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 a STL container std::vector of pointers
Definition at line 257 of file scannerConnectors.hh.
|
inline |
Definition at line 259 of file scannerConnectors.hh.
|
inline |
Definition at line 261 of file scannerConnectors.hh.
|
inline |
Definition at line 264 of file scannerConnectors.hh.
|
inlinevirtual |
Returns a clone of the scanner.
Implements concepts::Scan< T >.
Definition at line 268 of file scannerConnectors.hh.
|
inlinevirtual |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< T >.
Definition at line 266 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 267 of file scannerConnectors.hh.