KJS::ListIterator Class Reference
Iterator for KJS::List objects. More...
#include <list.h>
Collaboration diagram for KJS::ListIterator:

| 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. 
 
 Definition at line 150 of file list.h. References KJS::List::impAt(). | 
| 
 | 
| Prefix increment operator. 
 
 Definition at line 156 of file list.h. 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. 
 
 Definition at line 174 of file list.h. References _i. | 
| 
 | 
| Check for inequality with another iterator. 
 
 Definition at line 179 of file list.h. References _i. | 
The documentation for this class was generated from the following file:

