#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 75 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? | |
|
|
current cursor position
|
|
|
the index number in the list
|
|
|
List iterator to works on.
|
|
|
Is it permissible to modify the list?
|
|
|
Iterator off the end?
|
1.4.2