#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-- () |
Definition at line 275 of file sortdict.h.
Create an iterator given the dictionary.
Definition at line 279 of file sortdict.h.
References SDict< T >::m_list.
| virtual SDict< T >::Iterator::~Iterator | ( | ) | [inline, virtual] |
Destroys the dictionary
Definition at line 285 of file sortdict.h.
| T* SDict< T >::Iterator::toFirst | ( | ) | const [inline] |
Set the iterator to the first element in the list.
Definition at line 293 of file sortdict.h.
| T* SDict< T >::Iterator::toLast | ( | ) | const [inline] |
Set the iterator to the last element in the list.
Definition at line 301 of file sortdict.h.
| T* SDict< T >::Iterator::current | ( | ) | const [inline] |
Returns the current compound
Definition at line 307 of file sortdict.h.
| T* SDict< T >::Iterator::operator++ | ( | ) | [inline] |
Moves the iterator to the next element.
Definition at line 316 of file sortdict.h.
| T* SDict< T >::Iterator::operator-- | ( | ) | [inline] |
Moves the iterator to the previous element.
Definition at line 325 of file sortdict.h.
1.5.1