95 if (!
BoundsOk(
"TArrayC::AddAt", i))
return;
123 if (
fN)
delete [] temp;
139 if ((
fN == 0) || !array)
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 Streamer(TBuffer &) override
Stream a TArrayC object.
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
Buffer base class used for serializing objects.