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;
TBuffer & operator<<(TBuffer &buf, const Tmpl *obj)
#define ClassDefOverride(name, id)
TBuffer & operator>>(TBuffer &buf, TArrayC *&obj)
Array of chars or bytes (8 bits per element).
void SetAt(Double_t v, Int_t i) override
virtual ~TArrayC()
Delete TArrayC object.
Double_t GetAt(Int_t i) const override
TArrayC & operator=(const TArrayC &rhs)
TArrayC assignment operator.
Char_t & operator[](Int_t i)
TArrayC()
Default TArrayC ctor.
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.
void Set(Int_t n) override
Set size of this array to n chars.
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)