73 Error(
"TTreeRow",
"original may not be 0");
77 Error(
"TTreeRow",
"original must be a TTreeRow");
113 Error(
"IsValid",
"row closed");
117 Error(
"IsValid",
"field index out of bounds");
164 fRow =
new char[nch];
166 memcpy(
fRow,row,nch);
183 fRow =
new char[nch];
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
unsigned long ULong_t
Unsigned long integer 4 bytes (unsigned long). Size depends on architecture.
const char Option_t
Option string (const char).
Buffer base class used for serializing objects.
virtual Version_t ReadVersion(UInt_t *start=nullptr, UInt_t *bcnt=nullptr, const TClass *cl=nullptr)=0
virtual void SetByteCount(UInt_t cntpos, Bool_t packInVersion=kFALSE)=0
virtual Int_t CheckByteCount(UInt_t startpos, UInt_t bcnt, const TClass *clss)=0
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Long64_t n)=0
virtual UInt_t WriteVersion(const TClass *cl, Bool_t useBcnt=kFALSE)=0
virtual void Streamer(TBuffer &)
Stream an object of class TObject.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
virtual TClass * IsA() const
void Streamer(TBuffer &) override
Stream an object of class TObject.
TClass * IsA() const override
Int_t fColumnCount
number of columns in row
~TTreeRow() override
Destroy row object.
ULong_t GetFieldLength(Int_t field) override
Get length in bytes of specified field.
Int_t * fFields
[fColumnCount] index in fRow of the end of each field
const char * GetField(Int_t field) override
Get specified field from row (0 <= field < GetFieldCount()).
void SetRow(const Int_t *fields, const char *row)
The field and row information.
TTreeRow * fOriginal
! pointer to original row
bool IsValid(Int_t field)
Check if row is open and field index within range.
TTreeRow(TSQLRow *original)
This is a shallow copy of a real row, i.e.
char * fRow
string with all the fColumnCount fields
TTreeRow()
Single row of a query result.
void Close(Option_t *option="") override
Close row.