95 if (!
BoundsOk(
"TArrayC::AddAt", i))
return;
120 if (
fN)
delete [] temp;
137 if (array == 0)
return;
Abstract array base class.
TArrayC()
Default TArrayC ctor.
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.
Buffer base class used for serializing objects.
TArrayC & operator=(const TArrayC &rhs)
TArrayC assignment operator.
Bool_t BoundsOk(const char *where, Int_t at) const
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Int_t n)=0
void AddAt(Char_t c, Int_t i)
Add char c at position i. Check for out of bounds.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
Array of chars or bytes (8 bits per element).