TMapRec


class description - source file - inheritance tree

class TMapRec


    public:
TMapRec(const TMapRec&) TMapRec(const char* name, const TObject* obj, Int_t size, void* buf) ~TMapRec() void* GetBuffer(Long_t offset = 0) const Int_t GetBufSize() const const char* GetClassName(Long_t offset = 0) const const char* GetName(Long_t offset = 0) const TMapRec* GetNext(Long_t offset = 0) const TObject* GetObject() const

Data Members

    private:
char* fName object name char* fClassName class name TObject* fObject pointer to original object void* fBuffer buffer containing object of class name Int_t fBufSize buffer size TMapRec* fNext next MapRec in list

Class Description



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