CAtlList::RemoveAll
Call this method to remove all of the elements from the list.
void RemoveAll( ) throw( );
Заметки
This method removes all of the elements from the list and frees the allocated memory. In debugs builds, an ATLASSERT will be raised if all elements aren't deleted or if the list structure has become corrupted.
Пример
See the example for CAtlList::IsEmpty.
Требования
Header: atlcoll.h