#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-- () |
Definition at line 584 of file sortdict.h.
Create an iterator given the dictionary.
Definition at line 588 of file sortdict.h.
References SIntDict< T >::m_list.
virtual SIntDict< T >::Iterator::~Iterator | ( | ) | [inline, virtual] |
Destroys the dictionary
Definition at line 594 of file sortdict.h.
T* SIntDict< T >::Iterator::toFirst | ( | ) | const [inline] |
Set the iterator to the first element in the list.
Definition at line 602 of file sortdict.h.
T* SIntDict< T >::Iterator::toLast | ( | ) | const [inline] |
Set the iterator to the last element in the list.
Definition at line 610 of file sortdict.h.
T* SIntDict< T >::Iterator::current | ( | ) | const [inline] |
Returns the current compound
Definition at line 616 of file sortdict.h.
T* SIntDict< T >::Iterator::operator++ | ( | ) | [inline] |
Moves the iterator to the next element.
Definition at line 625 of file sortdict.h.
T* SIntDict< T >::Iterator::operator-- | ( | ) | [inline] |
Moves the iterator to the previous element.
Definition at line 634 of file sortdict.h.