TVirtualArray Wrapper around an object and giving indirect access to its content even if the object is not of a class in the Cint/Reflex dictionary.
TVirtualArray(const TVirtualArray&) | |
TVirtualArray(TClass* cl, UInt_t size) | |
~TVirtualArray() | |
TClass* | GetClass() |
char* | GetObjectAt(UInt_t ind) const |
TVirtualArray& | operator=(const TVirtualArray&) |
char* | operator[](UInt_t ind) const |
void | SetSize(UInt_t size) |
Set the used size of this array to 'size'. If size is greater than the existing capacity, reallocate the array BUT no data is preserved.