TMapRec


class description - source file - inheritance tree

class TMapRec


    public:
TMapRec TMapRec(const char* name, const TObject* obj, Int_t size, void* buf) TMapRec TMapRec(const TMapRec&) void ~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




Inline Functions


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


Last update: Fri Jun 21 09:35:39 2002


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.