95 if (!
BoundsOk(
"TArrayL::AddAt", i))
return;
120 if (
fN)
delete [] temp;
137 if (array == 0)
return;
Array of longs (32 or 64 bits per element).
void Adopt(Int_t n, Long_t *array)
Adopt array arr into TArrayL, i.e.
void AddAt(Long_t c, Int_t i)
Add long c at position i. Check for out of bounds.
void Set(Int_t n)
Set size of this array to n longs.
TArrayL & operator=(const TArrayL &rhs)
TArrayL assignment operator.
virtual ~TArrayL()
Delete TArrayL object.
TArrayL()
Default TArrayL ctor.
Abstract array base class.
Bool_t BoundsOk(const char *where, Int_t at) const
Buffer base class used for serializing objects.