58#if defined R__TEMPLATE_OVERLOAD_BUG 
   69#if defined R__TEMPLATE_OVERLOAD_BUG 
   75   return buf << (
const TArray*)obj;
 
   80   if (!
BoundsOk(
"TArrayC::At", i)) 
return 0;
 
   86   if (!
BoundsOk(
"TArrayC::operator[]", i))
 
   93   if (!
BoundsOk(
"TArrayC::operator[]", i)) 
return 0;
 
#define ClassDef(name, id)
 
TBuffer & operator<<(TBuffer &buf, const Tmpl *obj)
 
TBuffer & operator>>(TBuffer &buf, TArrayC *&obj)
 
Array of chars or bytes (8 bits per element).
 
virtual ~TArrayC()
Delete TArrayC object.
 
void SetAt(Double_t v, Int_t i)
 
TArrayC & operator=(const TArrayC &rhs)
TArrayC assignment operator.
 
Char_t & operator[](Int_t i)
 
TArrayC()
Default TArrayC ctor.
 
void Set(Int_t n)
Set size of this array to n chars.
 
Double_t GetAt(Int_t i) const
 
const Char_t * GetArray() const
 
void Copy(TArrayC &array) const
 
void AddAt(Char_t c, Int_t i)
Add char c at position i. Check for out of bounds.
 
void Adopt(Int_t n, Char_t *array)
Adopt array arr into TArrayC, i.e.
 
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)