#include <Common.h>
Public Member Functions | |
| AutoHeapPtr () | |
| ~AutoHeapPtr () | |
| unsigned char * | Alloc (unsigned long nBytes) |
| void | Free () |
Private Member Functions | |
| AutoHeapPtr (const AutoHeapPtr &) | |
| AutoHeapPtr & | operator= (const AutoHeapPtr &) |
Private Attributes | |
| unsigned char * | mpData |
|
|
|
|
|
Definition at line 191 of file Common.h. References Free(). |
|
|
|
|
|
Definition at line 196 of file Common.h. References Free(), and mpData. Referenced by TrueRand::GenRand::GetTempPointer(). |
|
|
Definition at line 210 of file Common.h. Referenced by Alloc(), and ~AutoHeapPtr(). |
|
|
|
|
|
|
1.4.2