library: libCore
#include "TMapFile.h"

TMapRec


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

class TMapRec

Inheritance Chart:
TMapRec

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

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

void operator=(const TMapFile &rhs)
TMapRec(const char *name, const TObject *obj, Int_t size, void *buf)
~TMapRec()
Int_t GetBufSize()

Last update: Tue Jul 11 11:55:47 2006


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.