#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-- () |
Definition at line 339 of file sortdict.h.
Create an iterator given the dictionary.
Definition at line 343 of file sortdict.h.
References SDict< T >::m_dict.
virtual SDict< T >::IteratorDict::~IteratorDict | ( | ) | [inline, virtual] |
Destroys the dictionary
Definition at line 349 of file sortdict.h.
T* SDict< T >::IteratorDict::toFirst | ( | ) | const [inline] |
Set the iterator to the first element in the list.
Definition at line 357 of file sortdict.h.
T* SDict< T >::IteratorDict::toLast | ( | ) | const [inline] |
Set the iterator to the last element in the list.
Definition at line 365 of file sortdict.h.
T* SDict< T >::IteratorDict::current | ( | ) | const [inline] |
Returns the current compound
Definition at line 371 of file sortdict.h.
QCString SDict< T >::IteratorDict::currentKey | ( | ) | const [inline] |
Returns the current key
Definition at line 377 of file sortdict.h.
T* SDict< T >::IteratorDict::operator++ | ( | ) | [inline] |
Moves the iterator to the next element.
Definition at line 386 of file sortdict.h.
T* SDict< T >::IteratorDict::operator-- | ( | ) | [inline] |
Moves the iterator to the previous element.
Definition at line 395 of file sortdict.h.