CHeapPtrList选件类
当构造列表堆指针时,此选件类提供有用的方法。
重要事项 |
---|
此选件类及其成员不能在Windows运行时执行的应用程序。 |
template<
typename E,
class Allocator = ATL::CCRTAllocator
>
class CHeapPtrList : public CAtlList<
ATL::CHeapPtr< E, Allocator>,
CHeapPtrElementTraits< E, Allocator>
>
参数
E
在集合选件类中存储的对象类型。Allocator
对于使用的内存分配选件类。默认值为 CCRTAllocator。
成员
公共构造函数
名称 |
说明 |
---|---|
构造函数。 |
备注
此选件类提供一个构造函数并从 CAtlList 和 CHeapPtrElementTraits 派生方法帮助存储区堆指针的集合选件类对象的创建。
继承层次结构
CHeapPtrList
要求
Header: atlcoll.h