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;
Abstract array base class.
void Set(Int_t n)
Set size of this array to n longs.
static long int sum(long int i)
const Long_t * GetArray() const
Buffer base class used for serializing objects.
virtual ~TArrayL()
Delete TArrayL object.
void Adopt(Int_t n, Long_t *array)
Adopt array arr into TArrayL, i.e.
void SetAt(Double_t v, Int_t i)
#define ClassDef(name, id)
Bool_t BoundsOk(const char *where, Int_t at) const
void Copy(TArrayL &array) const
TArrayL & operator=(const TArrayL &rhs)
TArrayL assignment operator.
TArrayL()
Default TArrayL ctor.
static TArray * ReadArray(TBuffer &b, const TClass *clReq)
Read TArray object from buffer.
Array of longs (32 or 64 bits per element).
void AddAt(Long_t c, Int_t i)
Add long c at position i. Check for out of bounds.
friend TBuffer & operator<<(TBuffer &b, const TArray *obj)
Write TArray or derived object to buffer.
Long_t & operator[](Int_t i)
TBuffer & operator>>(TBuffer &buf, TArrayL *&obj)
Double_t GetAt(Int_t i) const