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