KJS::ListIterator Class Reference
Iterator for KJS::List objects. More...
#include <list.h>
Public Member Functions | |
ListIterator (const List &l) | |
ListIterator (const List &l, int index) | |
ValueImp * | operator-> () const |
Value | operator * () const |
Value | operator++ () |
Value | operator++ (int) |
Value | operator-- () |
Value | operator-- (int) |
bool | operator== (const ListIterator &it) const |
bool | operator!= (const ListIterator &it) const |
Detailed Description
Iterator for KJS::List objects.Definition at line 138 of file list.h.
Constructor & Destructor Documentation
|
Construct an iterator that points to the first element of the list.
|
Member Function Documentation
|
Dereference the iterator.
References KJS::List::impAt(). |
|
Prefix increment operator.
References KJS::List::impAt(). |
|
Postfix increment operator. Definition at line 160 of file list.h. References KJS::List::impAt(). |
|
Prefix decrement operator. Definition at line 164 of file list.h. References KJS::List::impAt(). |
|
Postfix decrement operator. Definition at line 168 of file list.h. References KJS::List::impAt(). |
|
Compare the iterator with another one.
References _i. |
|
Check for inequality with another iterator.
References _i. |
The documentation for this class was generated from the following file: