|
ISLEman
|
#include <sortdict.h>
Public Member Functions | |
| IteratorDict (const SDict< T > &dict) | |
| virtual | ~IteratorDict () |
| T * | toFirst () const |
| T * | toLast () const |
| T * | current () const |
| QCString | currentKey () const |
| T * | operator++ () |
| T * | operator-- () |
Simple iterator for SDict. It iterates over the dictionary elements in an unsorted way, but does provide information about the element's key.
Create an iterator given the dictionary.
|
inlinevirtual |
Destroys the dictionary
|
inline |
Returns the current compound
Returns the current key
|
inline |
Moves the iterator to the next element.
|
inline |
Moves the iterator to the previous element.
|
inline |
Set the iterator to the first element in the list.
|
inline |
Set the iterator to the last element in the list.
1.8.12