TTreeRow
class description - source file - inheritance tree
private:
TTreeRow(TSQLRow* original)
Bool_t IsValid(Int_t field)
public:
TTreeRow(Int_t nfields)
TTreeRow(Int_t nfields, const Int_t* fields, const char* row)
TTreeRow(const TTreeRow&)
TTreeRow()
virtual ~TTreeRow()
static TClass* Class()
virtual void Close(Option_t* option)
virtual const char* GetField(Int_t field) const
virtual ULong_t GetFieldLength(Int_t field)
virtual TClass* IsA() const
void SetRow(const Int_t* fields, const char* row)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fColumnCount number of columns in row
Int_t* fFields [fColumnCount] index in fRow of the end of each field
char* fRow string with all the fColumnCount fields
TTreeRow* fOriginal ! pointer to original row
Last update: Fri May 14 13:32:45 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.