44     {
if(
this!=&
rhs) 
fN = 
rhs.fN; 
return *
this; }
 
 
 
   61#if defined R__TEMPLATE_OVERLOAD_BUG 
   72#if defined R__TEMPLATE_OVERLOAD_BUG 
#define ClassDef(name, id)
 
TBuffer & operator>>(TBuffer &buf, TArray *&obj)
 
TBuffer & operator<<(TBuffer &b, const TArray *obj)
Write TArray or derived object to buffer.
 
Abstract array base class.
 
virtual void SetAt(Double_t v, Int_t i)=0
 
static void WriteArray(TBuffer &b, const TArray *a)
Write TArray object to buffer.
 
virtual Double_t GetAt(Int_t i) const =0
 
Bool_t BoundsOk(const char *where, Int_t at) const
 
virtual void Set(Int_t n)=0
 
TArray & operator=(const TArray &rhs)
 
static TArray * ReadArray(TBuffer &b, const TClass *clReq)
Read TArray object from buffer.
 
Bool_t OutOfBoundsError(const char *where, Int_t i) const
Generate an out-of-bounds error. Always returns false.
 
friend TBuffer & operator<<(TBuffer &b, const TArray *obj)
Write TArray or derived object to buffer.
 
Buffer base class used for serializing objects.
 
TClass instances represent classes, structs and namespaces in the ROOT type system.