|
|
|
Construct an iterator that points to the first element of the list.
Parameters:
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: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:53 2000, using kdoc 2.0a40. |