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