ScopedTwoDMatrix< T > Class Template Reference

Simple memory-management class for a 2-D array that is allocated using NewTwoDArray. More...

#include <nxsallocatematrix.h>

List of all members.

Public Member Functions

T ** GetAlias () const
 ScopedTwoDMatrix (unsigned f=0, unsigned s=0)
void Initialize (unsigned f, unsigned s)
T ** Surrender ()
void Free ()

Detailed Description

template<typename T>
class ScopedTwoDMatrix< T >

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.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator Friends
Generated on Mon Mar 29 16:37:14 2010 for NCL by  doxygen 1.6.3