AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code
Public Member Functions | List of all members
GitTaskKnownListIterator Class Reference

An Iterator for the list of known tasks. More...

#include <gittask.h>

Public Member Functions

 GitTaskKnownListIterator ()
 Construct a new iterator for the known task list.
 
GitTaskoperator() ()
 Return the next element on the list.
 
void reset ()
 Reset the iterator to point to the head of the list again.
 

Detailed Description

An Iterator for the list of known tasks.

We can have any number of iterators active simulataneously since they store their own data.

Note
This iterator does not handle the case of the current element being deleted from the list, but this is currently not supported in the list itself.

The documentation for this class was generated from the following file: