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