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 |
Constructor and Destructor | |
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 |
Function Summary | |
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 | |
BList() | Constructor |
~BList() | Destructor |
MakeEmpty() | Empties the list |
Member Functions | |
Operators | |
RemoveItem() | Remove a given item from the list |
RemoveItems() | Remove a run of items from the list |
SortItems() | Orders items in the list |
The Support Kit Table of Contents | The Support Kit Index |
Copyright © 2000 Be, Inc. All rights reserved..