class STList

A simple list. More...

Definition#include <STList.h>
Inherited bySTIntList, STStringList, STSuperIni
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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.

void  Clear ()

Clear

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.

 STList ()

STList

Constructor

 ~STList ()

~STList

Destructor


Generated by: root on UtopiaPlanitia.Ept on Mon Dec 10 22:55:12 2001, using kdoc 2.0a53.