CComHeapPtr选件类

托管堆指针的智能指针选件类。

template<
   typename T
> class CComHeapPtr :
   public CHeapPtr< T, CComAllocator >

参数

  • T
    在堆中存储的对象类型。

成员

80zw33a6.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

CComHeapPtr::CComHeapPtr

构造函数。

备注

CComHeapPtrCHeapPtr,但是,使用 CComAllocator 派生分配内存使用COM实例。有关可用的方法参见 CHeapPtrCHeapPtrBase

继承层次结构

CHeapPtrBase

CHeapPtr

CComHeapPtr

要求

Header: atlbase.h

请参见

参考

CHeapPtr选件类

CHeapPtrBase选件类

CComAllocator选件类

其他资源

ATL选件类概述