class STList
|
A simple list.
More... |
|
|
Public Methods
A list for pointers.
unsigned int Count ()
| Count |
Tells the number of nodes in the list.
void Add (void *NewItemToAdd)
| Add |
Appends a new node to the end of the list.
void Delete (int CellToKill)
| Delete |
Deletes a node from the list.
Deletes all nodes from the list.
void * Item (int ItemIndex)
| Item |
Returns a pointer contained in a node of the list.
void MoveTo (int SourceIndex, int DestIndex)
| MoveTo |
Moves a node in the list from Source to Dest
Has not been implemented yet.
Constructor
Destructor
Generated by: root on UtopiaPlanitia.Ept on Mon Dec 10 22:55:12 2001, using kdoc 2.0a53. |