Function |
Description |
---|
= |
Copies the contents of one list to another |
AddItem() |
Adds an item to the list |
AddList() |
Adds contents of a list to the list |
CountItems() |
Returns the number of items in the list |
DoForEach() |
Calls a function on each item in the list |
FirstItem() |
Returns the first item in the list |
HasItem() |
Tests whether the item is in the list |
IndexOf() |
Returns the index of a given item in the list |
IsEmpty() |
Tests whether the list is empty |
ItemAt() |
Returns the item at a given position in the list |
Items() |
Returns a pointer to the list |
LastItem() |
Returns the last item in the list |
BList() |
Constructor |
~BList() |
Destructor |
MakeEmpty() |
Empties the list |
RemoveItem() |
Remove a given item from the list |
RemoveItems() |
Remove a run of items from the list |
SortItems() |
Orders items in the list |