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.
|
|
Prefix increment operator.
|
|
Postfix increment operator.
|
|
Prefix decrement operator.
|
|
Postfix decrement operator.
|
|
Compare the iterator with another one.
|
|
Check for inequality with another iterator.
|
The documentation for this class was generated from the following file: