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

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

#include <gittask.h>

Public Member Functions

 GitTaskActiveListIterator ()
 Construct a new iterator for the active 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 active 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.

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