Basic2DArrayRep Class Template Reference

The internal class that is used to manage the data for Basic2DArray's and their derived classes. More...

#include <Basic2DArray.h>

List of all members.

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 >


Detailed Description

template<class T>
class Basic2DArrayRep< T >

The internal class that is used to manage the data for Basic2DArray's and their derived classes.


The documentation for this class was generated from the following file: