60 #if defined R__TEMPLATE_OVERLOAD_BUG
71 #if defined R__TEMPLATE_OVERLOAD_BUG
77 return buf << (
const TArray*)obj;
82 if (!
BoundsOk(
"TArrayC::At", i))
return 0;
88 if (!
BoundsOk(
"TArrayC::operator[]", i))
95 if (!
BoundsOk(
"TArrayC::operator[]", i))
return 0;
Abstract array base class.
virtual ~TArrayC()
Delete TArrayC object.
void Set(Int_t n)
Set size of this array to n chars.
void Adopt(Int_t n, Char_t *array)
Adopt array arr into TArrayC, i.e.
void SetAt(Double_t v, Int_t i)
Buffer base class used for serializing objects.
TArrayC & operator=(const TArrayC &rhs)
TArrayC assignment operator.
TBuffer & operator>>(TBuffer &buf, TArrayC *&obj)
#define ClassDef(name, id)
const Char_t * GetArray() const
Char_t & operator[](Int_t i)
Bool_t BoundsOk(const char *where, Int_t at) const
static TArray * ReadArray(TBuffer &b, const TClass *clReq)
Read TArray object from buffer.
void Copy(TArrayC &array) const
void AddAt(Char_t c, Int_t i)
Add char c at position i. Check for out of bounds.
Double_t GetAt(Int_t i) const
TBuffer & operator<<(TBuffer &buf, const TArrayC *obj)
Array of chars or bytes (8 bits per element).