library: libCore
#include "TStreamerElement.h"

TStreamerObject


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

class TStreamerObject : public TStreamerElement

Inheritance Chart:
TObject
<-
TNamed
<-
TStreamerElement
<-
TStreamerObject

    public:
TStreamerObject() TStreamerObject(const char* name, const char* title, Int_t offset, const char* typeName) TStreamerObject(const TStreamerObject&) virtual ~TStreamerObject() static TClass* Class() virtual const char* GetInclude() const virtual Int_t GetSize() const virtual void Init(TObject* obj = 0) virtual TClass* IsA() const TStreamerObject& operator=(const TStreamerObject&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
                                                                      

TStreamerObject()
 Default ctor.
TStreamerObject(const char *name, const char *title, Int_t offset, const char *typeName)
 Create a TStreamerObject object.
~TStreamerObject()
 TStreamerObject dtor.
void Init(TObject *)
 Setup the element.
const char * GetInclude()
 Return the proper include for this element.
Int_t GetSize()
 Returns size of object class in bytes.
void Streamer(TBuffer &R__b)
 Stream an object of class TStreamerObject.
TStreamerObject()

Author: Rene Brun 12/10/2000
Last update: root/meta:$Name: $:$Id: TStreamerElement.cxx,v 1.87 2006/03/06 22:58:18 pcanal 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.