12#ifndef ROOT_TVirtualArray
13#define ROOT_TVirtualArray
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
TClassRef is used to implement a permanent reference to a TClass object.
TClass instances represent classes, structs and namespaces in the ROOT type system.
Int_t Size() const
Return size of object of this class.
void DeleteArray(void *ary, Bool_t dtorOnly=kFALSE)
Explicitly call operator delete[] for an array.
ObjectPtr NewObjectArray(Long_t nElements, ENewType defConstructor=kClassNew) const
Return a pointer to a newly allocated array of objects of this class.
Wrapper around an object and giving indirect access to its content even if the object is not of a cla...
ObjectPtr fArray
fSize elements
char * GetObjectAt(UInt_t ind) const
void SetSize(UInt_t size)
char * operator[](UInt_t ind) const
TVirtualArray(TClass *cl, UInt_t size)