TObjectTable


class description - source file - inheritance tree

class TObjectTable : public TObject

    private:
void Expand(Int_t newsize) Int_t FindElement(TObject* obj) void FixCollisions(Int_t index) Bool_t HighWaterMark() public:
TObjectTable(const TObjectTable&) TObjectTable(Int_t tableSize = 100) virtual ~TObjectTable() void Add(TObject* obj) static void AddObj(TObject* obj) void* CheckPtrAndWarn(const char* msg, void* vp) static TClass* Class() virtual void Delete(Option_t* opt) Int_t GetSize() const Int_t Instances() const void InstanceStatistics() const virtual TClass* IsA() const virtual void Print(Option_t* option) const Bool_t PtrIsValid(TObject* obj) void Remove(TObject* obj) void RemoveQuietly(TObject* obj) virtual void ShowMembers(TMemberInspector& insp, char* parent) void Statistics() virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void Terminate() void UpdateInstCount() const

Data Members

    private:
TObject** fTable Int_t fSize Int_t fTally

Class Description



Last update: Fri May 14 13:32:41 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.