55 Set(array.fN, array.fArray);
95 if (!
BoundsOk(
"TArrayC::AddAt", i))
return;
120 if (
fN)
delete [] temp;
137 if (array == 0)
return;
Array of chars or bytes (8 bits per element).
virtual ~TArrayC()
Delete TArrayC object.
TArrayC & operator=(const TArrayC &rhs)
TArrayC assignment operator.
TArrayC()
Default TArrayC ctor.
void Set(Int_t n)
Set size of this array to n chars.
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
Buffer base class used for serializing objects.