List::PurgeList
Defined in:
Deletes all elements in a list.
TSList.h
Prototype
void PurgeList(void);
Description
The PurgeList
function deletes all objects contained in a list. The list is subsequently empty. To remove all elements of a list without destroying them, use the List::RemoveAllListElements
function.
See Also