94 if (!
BoundsOk(
"TArrayC::AddAt", i))
return;
119 if (
fN)
delete [] temp;
136 if (array == 0)
return;
144 void TArrayC::Streamer(
TBuffer &b)
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.
ClassImp(TArrayC) TArrayC
Default TArrayC ctor.
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.
Array of chars or bytes (8 bits per element).