32 ::Error(
where,
"index %d out of bounds (size: %d, this: 0x%zx)", i,
fN, (
size_t)
this);
63 ::Error(
"TArray::ReadArray",
"could not create object of class %s",
TBuffer & operator<<(TBuffer &buf, const TArray *obj)
Write TArray or derived object to buffer.
#define R__ASSERT(e)
Checks condition e and reports a fatal error if it's false.
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
Abstract array base class.
static void WriteArray(TBuffer &b, const TArray *a)
Write TArray object to buffer.
static TArray * ReadArray(TBuffer &b, const TClass *clReq)
Read TArray object from buffer.
Bool_t OutOfBoundsError(const char *where, Int_t i) const
Generate an out-of-bounds error. Always returns false.
Buffer base class used for serializing objects.
TClass instances represent classes, structs and namespaces in the ROOT type system.
void Streamer(void *obj, TBuffer &b, const TClass *onfile_class=nullptr) const
TClass * IsA() const override