|
Iterator used for traversing on collection filter objects Every CollectionFilter derived class must provide implementation of this interface.
More...
#include <collectionfilter.h>
List of all members.
Detailed Description
Iterator used for traversing on collection filter objects Every CollectionFilter derived class must provide implementation of this interface.
Constructor & Destructor Documentation
|
|
Constructor.
Should create iterator pointing on first object on list. If there are no objects then first call to hasNext() should return false. |
Member Function Documentation
| virtual bool hasNext |
( |
|
) |
const [pure virtual] |
|
|
|
Check if moveForward can be called.
- Returns:
- true if there are more objects to traverse, false otherwise
|
The documentation for this class was generated from the following file:
|
|
|