|
|
| |
Construct an iterator that points to the first element of the list.
Parameters:
| l | The list the iterator will operate on. |
| ListIterator& |
Assignment constructor.
| |
Copy constructor.
| KJSO* |
[const]
Dereference the iterator.
Returns: A pointer to the element the iterator operates on.
| KJSO |
Postfix increment operator.
Returns: The element after the increment.
| KJSO |
Prefix increment operator.
| KJSO |
Postfix decrement operator.
| KJSO |
Prefix decrement operator.
| bool |
[const]
Compare the iterator with another one.
Returns: True if the two iterators operate on the same list element. False otherwise.
| bool |
[const]
Check for inequality with another iterator.
Returns: True if the two iterators operate on different list elements.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 06:15:46 2001, using kdoc 2.0a35. |