AddItem(T *) | BObjectList< T > | |
AddItem(T *, int32) | BObjectList< T > | |
_PointerList_::AddItem(void *item, int32 index) | BList | private |
_PointerList_::AddItem(void *item) | BList | private |
AddList(BObjectList *) | BObjectList< T > | |
AddList(BObjectList *, int32) | BObjectList< T > | |
_PointerList_::AddList(const BList *list, int32 index) | BList | private |
_PointerList_::AddList(const BList *list) | BList | private |
BinarySearch(const T &, CompareFunction) const | BObjectList< T > | |
BinarySearch(const T &, CompareFunctionWithState, void *state) const | BObjectList< T > | |
BObjectList(int32 itemsPerBlock=20, bool owning=false) | BObjectList< T > | |
BObjectList(const BObjectList &list) | BObjectList< T > | |
CountItems() const | BObjectList< T > | |
EachElement(EachFunction, void *) | BObjectList< T > | |
EachElement(ConstEachFunction, void *) const | BObjectList< T > | |
FindIf(const UnaryPredicate< T > &) const | BObjectList< T > | |
FindIf(const UnaryPredicate< T > &) | BObjectList< T > | |
FirstItem() const | BObjectList< T > | |
HasItem(const T *) const | BObjectList< T > | |
_PointerList_::HasItem(void *item) const | BList | private |
_PointerList_::HasItem(const void *item) const | BList | private |
HSortItems(CompareFunction) | BObjectList< T > | |
IndexOf(const T *) const | BObjectList< T > | |
_PointerList_::IndexOf(void *item) const | BList | private |
_PointerList_::IndexOf(const void *item) const | BList | private |
IsEmpty() const | BObjectList< T > | |
ItemAt(int32) const | BObjectList< T > | inline |
LastItem() const | BObjectList< T > | |
MakeEmpty(bool deleteIfOwning=true) | BObjectList< T > | |
_PointerList_::MakeEmpty() | BList | private |
MoveItem(int32 from, int32 to) | BObjectList< T > | |
operator=(const BObjectList &list) | BObjectList< T > | |
_PointerList_::operator=(const BList &other) | BList | private |
RemoveItem(T *, bool deleteIfOwning=true) | BObjectList< T > | |
_PointerList_::RemoveItem(void *item) | BList | private |
_PointerList_::RemoveItem(int32 index) | BList | private |
RemoveItemAt(int32) | BObjectList< T > | |
ReplaceItem(int32 index, T *) | BObjectList< T > | |
SortItems(CompareFunction) | BObjectList< T > | |
SortItems(CompareFunctionWithState, void *state) | BObjectList< T > | |
BList::SortItems(int(*compareFunc)(const void *, const void *)) | BList | private |
SwapWithItem(int32 index, T *newItem) | BObjectList< T > | |
~BObjectList() | BObjectList< T > | virtual |