This is the complete list of members for BObjectList< T >, including all inherited members.
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 > | |
BList(int32 count=20) | BList | private |
BList(const BList &other) | BList | private |
BObjectList(int32 itemsPerBlock=20, bool owning=false) | BObjectList< T > | |
BObjectList(const BObjectList &list) | BObjectList< T > | |
CountItems() const | BObjectList< T > | |
DoForEach(bool(*func)(void *item)) | BList | private |
DoForEach(bool(*func)(void *item, void *arg2), void *arg2) | BList | private |
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 |
HSortItems(CompareFunction) | BObjectList< T > | |
IndexOf(const T *) const | BObjectList< T > | |
_PointerList_::IndexOf(void *item) const | BList | private |
IsEmpty() const | BObjectList< T > | |
ItemAt(int32) const | BObjectList< T > | inline |
ItemAtFast(int32 index) const | BList | private |
Items() const | BList | private |
LastItem() const | BObjectList< T > | |
MakeEmpty(bool deleteIfOwning=true) | BObjectList< T > | |
_PointerList_::MakeEmpty() | BList | private |
MoveItem(int32 from, int32 to) | BObjectList< T > | |
operator!=(const BList &other) const | BList | private |
operator=(const BObjectList &list) | BObjectList< T > | |
_PointerList_::operator=(const BList &other) | BList | private |
operator==(const BList &other) const | 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 > | |
RemoveItems(int32 index, int32 count) | BList | private |
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 |
SwapItems(int32 indexA, int32 indexB) | BList | private |
SwapWithItem(int32 index, T *newItem) | BObjectList< T > | |
~BList() | BList | privatevirtual |
~BObjectList() | BObjectList< T > | virtual |