|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <atlbase.h>


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) |
| T * | Detach () |
| T ** | operator& () |
| operator T* () const | |
| T * | operator-> () const |
Additional Inherited Members | |
Public Attributes inherited from CHeapPtr< T, CComAllocator > | |
| T * | m_pData |
|
inline |
|
inlineexplicit |