![]() |
Atoms Crowd
7.0.0
|
#include <DetourAlloc.h>
Public Member Functions | |
| dtScopedDelete () | |
| Constructs an instance with a null pointer. | |
| dtScopedDelete (int n) | |
| dtScopedDelete (T *p) | |
| operator T* () | |
| T * | get () |
A simple helper class used to delete an array when it goes out of scope.
|
inline |
Constructs an instance with the specified pointer.
| [in] | p | An pointer to an allocated array. |
|
inline |
The root array pointer.