#include <cmsgheap.h>
Public Methods | |
Iterator (const cMessageHeap &mh) | |
void | init (const cMessageHeap &mh) |
cMessage* | operator() () |
cMessage* | operator++ (int) |
bool | end () const |
|
Constructor. |
|
Returns true if the iterator has reached the end of the list. |
|
Reinitializes the iterator object. |
|
Returns the current object. |
|
Returns the current object, then moves the iterator to the next item. If the iterator has reached the end of the list, NULL is returned. |