CComHeapPtr Class

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

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

参数

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

成员

公共构造函数

名称

说明

CComHeapPtr::CComHeapPtr

构造函数。

备注

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

继承层次结构

CHeapPtrBase

CHeapPtr

CComHeapPtr

要求

Header: atlbase.h

请参见

参考

CHeapPtr Class

CHeapPtrBase Class

CComAllocator Class

其他资源

ATL Class Overview