ReactOS 0.4.15-dev-7918-g2a2556c
ATL::CComHeapPtr< T > Class Template Reference

#include <atlbase.h>

Inheritance diagram for ATL::CComHeapPtr< T >:
Collaboration diagram for ATL::CComHeapPtr< T >:

Public Member Functions

 CComHeapPtr ()
 
 CComHeapPtr (T *lp)
 
- Public Member Functions inherited from CHeapPtr< T, CComAllocator >
 CHeapPtr ()
 
 CHeapPtr (T *lp)
 
 CHeapPtr (CHeapPtr< T, CComAllocator > &lp)
 
 ~CHeapPtr ()
 
CHeapPtr< T, CComAllocator > & operator= (CHeapPtr< T, CComAllocator > &lp)
 
bool AllocateBytes (_In_ size_t nBytes)
 
bool ReallocateBytes (_In_ size_t nBytes)
 
bool Allocate (_In_ size_t nElements=1)
 
bool Reallocate (_In_ size_t nElements)
 
void Free ()
 
void Attach (T *lp)
 
TDetach ()
 
T ** operator& ()
 
 operator T* () const
 
Toperator-> () const
 

Additional Inherited Members

- Public Attributes inherited from CHeapPtr< T, CComAllocator >
Tm_pData
 

Detailed Description

template<class T>
class ATL::CComHeapPtr< T >

Definition at line 1551 of file atlbase.h.

Constructor & Destructor Documentation

◆ CComHeapPtr() [1/2]

template<class T >
ATL::CComHeapPtr< T >::CComHeapPtr ( )
inline

Definition at line 1554 of file atlbase.h.

1555 {
1556 }

◆ CComHeapPtr() [2/2]

template<class T >
ATL::CComHeapPtr< T >::CComHeapPtr ( T lp)
inlineexplicit

Definition at line 1558 of file atlbase.h.

1558 :
1560 {
1561 }

The documentation for this class was generated from the following file: