#include <sortdict.h>
Public Member Functions | |
Iterator (const SIntDict< 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 603 of file sortdict.h.
|
inlinevirtual |
|
inline |
|
inline |
Moves the iterator to the next element.
Definition at line 644 of file sortdict.h.
|
inline |
Moves the iterator to the previous element.
Definition at line 653 of file sortdict.h.
|
inline |
Set the iterator to the first element in the list.
Definition at line 621 of file sortdict.h.
|
inline |
Set the iterator to the last element in the list.
Definition at line 629 of file sortdict.h.
|
private |
Definition at line 659 of file sortdict.h.