library: libCore
#include "TMapFile.h"

TMapRec


class description - header file
viewCVS header

class TMapRec

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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_tGetBufSize() 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*fNameobject name
char*fClassNameclass name
TObject*fObjectpointer to original object
void*fBufferbuffer containing object of class name
Int_tfBufSizebuffer size
TMapRec*fNextnext MapRec in list

Class Description

void operator=(const TMapFile &rhs)
const char * GetName()
{ return fName; }
TMapRec(const char *name, const TObject *obj, Int_t size, void *buf)
~TMapRec()
const char * GetClassName(Long_t offset = 0)
{ return (char *)((Long_t) fClassName + offset); }
void * GetBuffer(Long_t offset = 0)
{ return (void *)((Long_t) fBuffer + offset); }
Int_t GetBufSize()
{ return fBufSize; }
TObject * GetObject()
TMapRec * GetNext(Long_t offset = 0)
{ return (TMapRec *)((Long_t) fNext + offset); }

Last update: Tue Nov 21 09:29:36 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.