CList::RemoveAll

Call this member function to remove all the elements from this list and free the associated memory. No error is generated if the list is already empty.

Syntax

void RemoveAll( );

At A Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CList Overview, CList Member Functions, List Classes, CList::RemoveAt