ReactOS 0.4.16-dev-533-gc7d1aa3
|
This is the complete list of members for CHeapPtr< T, Allocator >, including all inherited members.
Allocate(_In_ size_t nElements=1) | CHeapPtr< T, Allocator > | inline |
AllocateBytes(_In_ size_t nBytes) | CHeapPtr< T, Allocator > | inline |
Attach(T *lp) | CHeapPtr< T, Allocator > | inline |
CHeapPtr() | CHeapPtr< T, Allocator > | inline |
CHeapPtr(T *lp) | CHeapPtr< T, Allocator > | inlineexplicit |
CHeapPtr(CHeapPtr< T, Allocator > &lp) | CHeapPtr< T, Allocator > | inlineexplicit |
Detach() | CHeapPtr< T, Allocator > | inline |
Free() | CHeapPtr< T, Allocator > | inline |
m_pData | CHeapPtr< T, Allocator > | |
operator T*() const | CHeapPtr< T, Allocator > | inline |
operator&() | CHeapPtr< T, Allocator > | inline |
operator->() const | CHeapPtr< T, Allocator > | inline |
operator=(CHeapPtr< T, Allocator > &lp) | CHeapPtr< T, Allocator > | inline |
Reallocate(_In_ size_t nElements) | CHeapPtr< T, Allocator > | inline |
ReallocateBytes(_In_ size_t nBytes) | CHeapPtr< T, Allocator > | inline |
~CHeapPtr() | CHeapPtr< T, Allocator > | inline |