60#if defined R__TEMPLATE_OVERLOAD_BUG
71#if defined R__TEMPLATE_OVERLOAD_BUG
77 return buf << (
const TArray*)obj;
82 if (!
BoundsOk(
"TArrayL::At", i))
return 0;
88 if (!
BoundsOk(
"TArrayL::operator[]", i))
95 if (!
BoundsOk(
"TArrayL::operator[]", i))
return 0;
#define ClassDef(name, id)
TBuffer & operator>>(TBuffer &buf, TArrayL *&obj)
TBuffer & operator<<(TBuffer &buf, const TArrayL *obj)
Array of longs (32 or 64 bits per element).
Long_t & operator[](Int_t i)
const Long_t * GetArray() const
void Adopt(Int_t n, Long_t *array)
Adopt array arr into TArrayL, i.e.
void SetAt(Double_t v, Int_t i)
void AddAt(Long_t c, Int_t i)
Add long c at position i. Check for out of bounds.
void Set(Int_t n)
Set size of this array to n longs.
TArrayL & operator=(const TArrayL &rhs)
TArrayL assignment operator.
void Copy(TArrayL &array) const
Double_t GetAt(Int_t i) const
virtual ~TArrayL()
Delete TArrayL object.
TArrayL()
Default TArrayL ctor.
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 long int sum(long int i)