#include "hobjtable.h"

HObjTable


class description - source file - inheritance tree (.pdf)

class HObjTable : public TObject

Inheritance Chart:
TObject
<-
HObjTable
    private:
void clearTab() virtual HObjTable* makeSubObjTable(Int_t nIndexes, Int_t* pSizes, TObject* pObj) public:
HObjTable() HObjTable(const HObjTable&) virtual ~HObjTable() static TClass* Class() void deleteTab() Char_t* getCellClassName() virtual TClonesArray* getClones(HLocation& aLoc) virtual TObject* getObject(Int_t nIndx) virtual TObject* getObject(HLocation& loc) virtual TObject*& getSlot(HLocation& loc) virtual TObject*& getSlot(Int_t nIndx) virtual TClass* IsA() const Int_t makeObjTable() HObjTable& operator=(const HObjTable&) void set(Int_t nIndexes) void setCellClassName(Char_t* pszName) void setSizes(Int_t nIndexes, Int_t* pSizes) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TObject* m_pNullObject Char_t m_szClassName[40] protected:
TClonesArray* m_fData Container for the data in the Matrix category; Int_t m_nNIndexes Int_t* m_pIndexTab [m_nNIndexes]

Class Description


HObjTable()

~HObjTable()

void setSizes(Int_t nNIndexes, Int_t *pSizes)

void set(Int_t nNIndexes,...)

void setCellClassName(Char_t* pszName)

Char_t* getCellClassName()

void clearTab()

void deleteTab()

Int_t makeObjTable()

HObjTable* makeSubObjTable(Int_t nNIndexes, Int_t *pSizes, TObject* pObj)

TObject*& getSlot(Int_t nIndx)

TObject*& getSlot(HLocation &aLoc)

TObject* getObject(Int_t nIndx)

TObject* getObject(HLocation &aLoc)

TClonesArray* getClones(HLocation &aLoc)

void Streamer(TBuffer &R__b)
 Stream an object of class HObjTable.



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void StreamerNVirtual(TBuffer& b)
          HObjTable HObjTable(const HObjTable&)
         HObjTable& operator=(const HObjTable&)


Last update: Mon Feb 5 16:51:41 2007


ROOT page - Class index - Class Hierarchy - 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.