#include <chead.h>
Public Methods | |
cIterator (const cObject &h) | |
void | init (cObject &h) |
cObject* | operator() () const |
bool | end () const |
cObject* | operator++ (int) |
|
Constructor. |
|
Returns true if the iterator reached the end of the list. |
|
Reinitialize the iterator. |
|
Returns a pointer to the current object. |
|
Returns the current item, then moves the iterator to the next one. |