CHeapPtrList Class
Visual Studio 2012
This class provides methods useful when constructing a list of heap pointers.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
template< typename E, class Allocator = ATL::CCRTAllocator > class CHeapPtrList : public CAtlList< ATL::CHeapPtr< E, Allocator>, CHeapPtrElementTraits< E, Allocator> >
This class provides a constructor and derives methods from CAtlList and CHeapPtrElementTraits to aid the creation of a collection class object storing heap pointers.
Important