sipxportlib
Version 3.3
|
#include <UtlSortedListIterator.h>
Public Member Functions | |
UtlSortedListIterator (const UtlSortedList &list) | |
virtual UtlContainable * | findNext (const UtlContainable *objectToFind) |
![]() | |
UtlListIterator (const UtlList &list) | |
virtual | ~UtlListIterator () |
virtual UtlContainable * | operator() () |
virtual void | reset () |
virtual UtlContainable * | toLast () |
UtlContainable * | item () const |
UtlBoolean | atLast () const |
![]() | |
UtlIterator (const UtlContainer &container) | |
virtual | ~UtlIterator ()=0 |
Friends | |
class | UtlSortedList |
Additional Inherited Members | |
![]() | |
virtual void | removing (const UtlLink *node) |
![]() | |
void | addToContainer (const UtlContainer *container) |
virtual void | invalidate () |
![]() | |
UtlLink * | mpCurrentNode |
![]() | |
OsBSem | mContainerRefLock |
UtlContainer * | mpMyContainer |
![]() | |
static UtlLink const * | OFF_LIST_END |
UtlSortedListIterator allows developers to iterator (walks through) an UtlSortedList.
UtlSortedListIterator | ( | const UtlSortedList & | list | ) |
Constructor accepting a source UtlSortedList
|
virtual |
Find the designated object, and reset the iterator so that it is the current position.
Find the next object that isEqualTo objectToFind, and reset the iterator so that it is the current position.
Implements UtlListIterator.
|
friend |