Simple memory-management class for a 2-D array that is allocated using NewTwoDArray. More...
#include <nxsallocatematrix.h>
Public Member Functions | |
T ** | GetAlias () const |
ScopedTwoDMatrix (unsigned f=0, unsigned s=0) | |
void | Initialize (unsigned f, unsigned s) |
T ** | Surrender () |
void | Free () |
Simple memory-management class for a 2-D array that is allocated using NewTwoDArray.
Memory is deleted when the instance goes out of scope, unless Surrender is called.
Definition at line 193 of file nxsallocatematrix.h.