#include <psList.h>
Collaboration diagram for psListIterator:

This should be allocated via psListIteratorAlloc and not directly.
The life span of a psListIterator object is ended by either a psFree of this structure OR psFree of the psList in which it operates on.
Definition at line 68 of file psList.h.
Data Fields | |
| psList * | list |
| List iterator to works on. | |
| psListElem * | cursor |
| current cursor position | |
| bool | offEnd |
| Iterator off the end? | |
| long | index |
| the index number in the list | |
| bool | mutable |
| Is it permissible to modify the list? | |
1.5.1