62 #if defined R__TEMPLATE_OVERLOAD_BUG
73 #if defined R__TEMPLATE_OVERLOAD_BUG
79 return buf << (
const TArray*)obj;
84 if (!
BoundsOk(
"TArrayL::At", i))
return 0;
90 if (!
BoundsOk(
"TArrayL::operator[]", i))
97 if (!
BoundsOk(
"TArrayL::operator[]", i))
return 0;
Abstract array base class.
void Set(Int_t n)
Set size of this array to n longs.
Buffer base class used for serializing objects.
virtual ~TArrayL()
Delete TArrayL object.
TBuffer & operator<<(TBuffer &buf, const TArrayL *obj)
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)
TArrayL & operator=(const TArrayL &rhs)
TArrayL assignment operator.
void Copy(TArrayL &array) const
Bool_t BoundsOk(const char *where, Int_t at) const
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.
Long_t & operator[](Int_t i)
Double_t GetAt(Int_t i) const
TBuffer & operator>>(TBuffer &buf, TArrayL *&obj)
const Long_t * GetArray() const