CAtlList::~CAtlList

The destructor.

~CAtlList( ) throw( );

Remarks

Frees all allocated resources, including a call to CAtlList::RemoveAll to remove all elements from the list.

In debug builds, an assertion failure will occur if the list still contains some elements after the call to RemoveAll.

Requirements

Header: atlcoll.h

See Also

Concepts

CAtlList Class

CAtlList Members

CAtlList::CAtlList