ReactOS 0.4.15-dev-7918-g2a2556c
CLocalPtr< T > Class Template Reference

#include <misc.h>

Inheritance diagram for CLocalPtr< T >:
Collaboration diagram for CLocalPtr< T >:

Additional Inherited Members

- Public Member Functions inherited from CHeapPtr< T, CLocalAllocator >
 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)
 
TDetach ()
 
T ** operator& ()
 
 operator T* () const
 
Toperator-> () const
 
- Public Attributes inherited from CHeapPtr< T, CLocalAllocator >
Tm_pData
 

Detailed Description

template<class T>
class CLocalPtr< T >

Definition at line 52 of file misc.h.


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