|
|
| |
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 |
[const]
| 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: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:23 2000, using kdoc 2.0a36. |