24 virtual int getM()
const = 0;
28 static T*
New1D(
int m,
bool extra =
false )
33 array =
new T[m + ( extra ? 1 : 0 ) ];
static void Delete1D(T *array)
Definition: I1D.h:39
I1D(const I1D &)
Definition: I1D.h:50
I1D()
Definition: I1D.h:49
virtual ~I1D()
Definition: I1D.h:21
static T * New1D(int m, bool extra=false)
Definition: I1D.h:28
virtual int getM() const =0