12 #ifndef _UtlSortedList_h_ 13 #define _UtlSortedList_h_ 123 #endif // _UtlSortedList_h_ virtual UtlContainable * insert(UtlContainable *obj)
Definition: UtlSortedList.cpp:42
virtual UtlContainable * find(const UtlContainable *) const
Definition: UtlSortedList.cpp:71
MatchType
Definition: UtlSortedList.h:104
Definition: UtlSortedListIterator.h:38
UtlLink * findNode(UtlLink *starting, MatchType match, const UtlContainable *obj) const
Definition: UtlSortedList.cpp:152
Definition: UtlSortedList.h:44
virtual size_t index(const UtlContainable *obj) const
Definition: UtlSortedList.cpp:91
const char *const UtlContainableType
Definition: UtlDefs.h:70
virtual size_t occurrencesOf(const UtlContainable *obj) const
Definition: UtlSortedList.cpp:117
Definition: UtlContainable.h:37
Definition: UtlLink.h:241
Definition: UtlSortedList.h:104
Definition: UtlSortedList.h:104
static const UtlContainableType TYPE
Definition: UtlSortedList.h:48
UtlContainableType getContainableType() const
Definition: UtlSortedList.cpp:144
UtlSortedList()
Definition: UtlSortedList.cpp:31