95 if (!
BoundsOk(
"TArrayS::AddAt", i))
return;
120 if (
fN)
delete [] temp;
137 if (array == 0)
return;
Abstract array base class.
void AddAt(Short_t c, Int_t i)
Add short c at position i. Check for out of bounds.
Buffer base class used for serializing objects.
Bool_t BoundsOk(const char *where, Int_t at) const
virtual ~TArrayS()
Delete TArrayS object.
void Set(Int_t n)
Set size of this array to n shorts.
TArrayS & operator=(const TArrayS &rhs)
TArrayS assignment operator.
TArrayS()
Default TArrayS ctor.
Array of shorts (16 bits per element).
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Int_t n)=0
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
void Adopt(Int_t n, Short_t *array)
Adopt array arr into TArrayS, i.e.