#include <sortdict.h>
Public Member Functions | |
Iterator (const SDict< T > &dict) | |
virtual | ~Iterator () |
T * | toFirst () const |
T * | toLast () const |
T * | current () const |
T * | operator++ () |
T * | operator-- () |
Private Attributes | |
QListIterator< T > * | m_li |
Simple iterator for SDict. It iterates in the order in which the elements are stored.
Definition at line 294 of file sortdict.h.
|
inlinevirtual |
|
inline |
|
inline |
Moves the iterator to the next element.
Definition at line 335 of file sortdict.h.
|
inline |
Moves the iterator to the previous element.
Definition at line 344 of file sortdict.h.
|
inline |
Set the iterator to the first element in the list.
Definition at line 312 of file sortdict.h.
|
inline |
Set the iterator to the last element in the list.
Definition at line 320 of file sortdict.h.
|
private |
Definition at line 350 of file sortdict.h.