ReactOS 0.4.16-dev-1020-gf135cab
|
#include <cleanmgr.h>
Public Member Functions | |
CLocalPtr () throw () | |
CLocalPtr (_In_ T *pData) throw () | |
![]() | |
CHeapPtr () | |
CHeapPtr (T *lp) | |
CHeapPtr (CHeapPtr< T, CLocalAllocator > &lp) | |
~CHeapPtr () | |
CHeapPtr< T, CLocalAllocator > & | operator= (CHeapPtr< T, CLocalAllocator > &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 | |
![]() | |
T * | m_pData |
Definition at line 44 of file cleanmgr.h.
|
inline |
Definition at line 48 of file cleanmgr.h.
Definition at line 52 of file cleanmgr.h.