CHeapPtrBase::Free

Call this method to delete an object pointed to by a CHeapPtrBase.

void Free( ) throw( );

Remarks

The object pointed to by the CHeapPtrBase is freed, and the CHeapPtrBase::m_pData member variable is set to NULL.

Requirements

Header: atlcoll.h

See Also

Reference

CHeapPtrBase Class

CHeapPtrBase::AllocateBytes

CHeapPtrBase::ReallocateBytes

Other Resources

CHeapPtrBase Members