#include <chead.h>
Public Methods | |
| const_cIterator (const cObject &h) | |
| void | init (const cObject &h) |
| const cObject* | operator() () const |
| bool | end () const |
| 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. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001