AbstractPointerListHelper
AbstractPointerListHelper::Swap(void **items, int32 i, int32 j)
AbstractPointerListHelper::BinarySearchIndex(const void *key, const BList *list)
AbstractPointerListHelper::BinarySearch(const void *key, const BList *list)
AbstractPointerListHelper::SortItems(BList *list)
AbstractPointerListHelper::HSortItems(BList *list)
AbstractPointerListHelper::BinarySearch(const void *key, const void **items,
AbstractPointerListHelper::QuickSort(void **items, int32 low, int32 high)
class PointerListHelper : public AbstractPointerListHelper {
class PointerListHelperWithState : public AbstractPointerListHelper
class PointerListHelperUsePredicate : public AbstractPointerListHelper
virtual ~AbstractPointerListHelper();
comparator(AbstractPointerListHelper* helper) : helper(helper) {}
AbstractPointerListHelper* helper;
AbstractPointerListHelper::~AbstractPointerListHelper()