23 #ifndef __ccxx_Iterator_hxx 24 #define __ccxx_Iterator_hxx 52 virtual void remove() = 0;
57 #endif // __ccxx_Iterator_hxx virtual ~Iterator()
Destructor.
Definition: Iterator.h++:40
virtual void rewind()=0
Rewind the iterator to the first item in the sequence.
virtual bool hasNext()=0
Test if there are more items in the sequence.
virtual T next()=0
Get the next item in the sequence.
A Java-style iterator.
Definition: Iterator.h++:35
Definition: AllocationMap.c++:25