60#if defined R__TEMPLATE_OVERLOAD_BUG
71#if defined R__TEMPLATE_OVERLOAD_BUG
78 return buf << (
const TArray*)obj;
83 if (!
BoundsOk(
"TArrayL64::At", i))
return 0;
89 if (!
BoundsOk(
"TArrayL64::operator[]", i))
96 if (!
BoundsOk(
"TArrayL64::operator[]", i))
return 0;
TBuffer & operator<<(TBuffer &buf, const Tmpl *obj)
#define ClassDefOverride(name, id)
TBuffer & operator>>(TBuffer &buf, TArrayL64 *&obj)
Array of long64s (64 bits per element).
Long64_t At(Int_t i) const
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.
Long64_t & operator[](Int_t i)
void SetAt(Double_t v, Int_t i) override
TArrayL64 & operator=(const TArrayL64 &rhs)
TArrayL64 assignment operator.
void Copy(TArrayL64 &array) const
TArrayL64()
Default TArrayL64 ctor.
void Adopt(Int_t n, Long64_t *array)
Adopt array arr into TArrayL64, i.e.
Double_t GetAt(Int_t i) const override
const Long64_t * GetArray() const
Abstract array base class.
Bool_t BoundsOk(const char *where, Int_t at) const
static TArray * ReadArray(TBuffer &b, const TClass *clReq)
Read TArray object from buffer.
Buffer base class used for serializing objects.
static uint64_t sum(uint64_t i)