| library: libCore #include "TStreamerElement.h"
 | 
TStreamerBase
class description - source file - inheritance tree (.pdf)
    public:
                          TStreamerBase()
                          TStreamerBase(const char* name, const char* title, Int_t offset)
                          TStreamerBase(const TStreamerBase&)
                  virtual ~TStreamerBase()
           static TClass* Class()
                    Int_t GetBaseVersion()
          virtual TClass* GetClassPointer() const
      virtual const char* GetInclude() const
          virtual ULong_t GetMethod() const
            virtual Int_t GetSize() const
             virtual void Init(TObject* obj = 0)
          virtual TClass* IsA() const
           virtual Bool_t IsBase() const
             virtual void ls(Option_t* option = "") const
           TStreamerBase& operator=(const TStreamerBase&)
                    Int_t ReadBuffer(TBuffer& b, char* pointer)
                     void SetBaseVersion(Int_t v)
             virtual void ShowMembers(TMemberInspector& insp, char* parent)
             virtual void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
             virtual void Update(const TClass* oldClass, TClass* newClass)
                    Int_t WriteBuffer(TBuffer& b, char* pointer)
    protected:
        Int_t fBaseVersion  version number of the base class
      TClass* fBaseClass    !pointer to base class
                                                                      
                                                                      
 TStreamerBase()
 Default ctor.
 TStreamerBase(const char *name, const char *title, Int_t offset)
        : TStreamerElement(name,title,offset,TStreamerInfo::kBase,"BASE")
 Create a TStreamerBase object.
 ~TStreamerBase()
 TStreamerBase dtor
TClass* GetClassPointer() const
 Returns a pointer to the TClass of this element.
Int_t GetSize() const
 Returns size of baseclass in bytes.
void Init(TObject *)
 Setup the element.
Bool_t IsBase() const
 Return kTRUE if the element represent a base class.
const char* GetInclude() const
 Return the proper include for this element.
void ls(Option_t *) const
 Print the content of the element.
Int_t ReadBuffer (TBuffer &b, char *pointer)
 Read the content of the buffer.
void Streamer(TBuffer &R__b)
 Stream an object of class TStreamerBase.
void Update(const TClass *oldClass, TClass *newClass)
function called by the TClass constructor when replacing an emulated class
by the real class
Int_t WriteBuffer (TBuffer &b, char *pointer)
 Write the base class into the buffer.
Inline Functions
                 Int_t GetBaseVersion()
               ULong_t GetMethod() const
                  void SetBaseVersion(Int_t v)
               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void StreamerNVirtual(TBuffer& b)
         TStreamerBase TStreamerBase(const TStreamerBase&)
        TStreamerBase& operator=(const TStreamerBase&)
Author: Rene Brun 12/10/2000
Last update: root/meta:$Name:  $:$Id: TStreamerElement.cxx,v 1.85 2005/12/14 16:49:10 brun Exp $
Copyright  (C) 1995-2000, Rene Brun and Fons Rademakers.               *
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.