CComHeapPtr选件类
托管堆指针的智能指针选件类。
template<
typename T
> class CComHeapPtr :
public CHeapPtr< T, CComAllocator >
参数
- T
在堆中存储的对象类型。
成员
公共构造函数
名称 |
说明 |
---|---|
构造函数。 |
备注
CComHeapPtr 从 CHeapPtr,但是,使用 CComAllocator 派生分配内存使用COM实例。 有关可用的方法参见 CHeapPtr 和 CHeapPtrBase。
继承层次结构
CComHeapPtr
要求
Header: atlbase.h