Basic2DArray's and their derived classes.
More...
#include <Basic2DArray.h>
Protected Methods | |
| Basic2DArrayRep () | |
| Empty constructor. | |
Protected Attributes | |
| T ** | Data |
| The pointer to the data. | |
| int | ref |
| Number of 2D arrays that are referencing this Basic3DArrayRep instance. | |
| size_type | Nrows |
| Number of rows. | |
| size_type | Ncols |
| Number of columns. | |
| EnumDataOwned | own_data |
| The ownership category for the main data array. | |
| EnumDataOwned | own_ptrs |
| The ownership category for the data that the main array points to. | |
Friends | |
| class | Basic2DArray< T > |
| class | Simple2DArray< T > |
| class | Num2DArray< T > |
Basic2DArray's and their derived classes.