95 if (!
BoundsOk(
"TArrayS::AddAt", i))
return;
123 if (
fN)
delete [] temp;
139 if ((
fN == 0) || !array)
Array of shorts (16 bits per element).
void Adopt(Int_t n, Short_t *array)
Adopt array arr into TArrayS, i.e.
TArrayS & operator=(const TArrayS &rhs)
TArrayS assignment operator.
void AddAt(Short_t c, Int_t i)
Add short c at position i. Check for out of bounds.
void Set(Int_t n) override
Set size of this array to n shorts.
TArrayS()
Default TArrayS ctor.
void Streamer(TBuffer &) override
Stream a TArrayS object.
virtual ~TArrayS()
Delete TArrayS object.
Abstract array base class.
Bool_t BoundsOk(const char *where, Int_t at) const
Buffer base class used for serializing objects.