arr2< T > Class Template Reference
[Array classes]
#include <arr.h>
List of all members.
Detailed Description
template<typename T>
class arr2< T >
Two-dimensional array type. The storage ordering is the same as in C. An entry is located by address arithmetic, not by double dereferencing. The indices start at zero.
Definition at line 474 of file arr.h.
Constructor & Destructor Documentation
Creates a zero-sized array.
Definition at line 478 of file arr.h.
Creates an array with the dimensions sz1 and sz2.
Definition at line 480 of file arr.h.
Creates an array with the dimensions sz1 and sz2 from existing pointer.
Definition at line 483 of file arr.h.
Creates an array with the dimensions sz1 and sz2 and initializes them with inival.
Definition at line 486 of file arr.h.
The documentation for this class was generated from the following file: