95   if (!
BoundsOk(
"TArrayL::AddAt", i)) 
return;
 
 
  123      if (
fN) 
delete [] temp;
 
 
  139   if ((
fN == 0) || !array)
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Array of longs (32 or 64 bits per element).
 
void Set(Int_t n) override
Set size of this array to n longs.
 
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 Streamer(TBuffer &) override
Stream a TArrayL object.
 
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.