TLeafObject
class description - source file - inheritance tree
public:
TLeafObject TLeafObject()
TLeafObject TLeafObject(const char* name, const char* type)
TLeafObject TLeafObject(TLeafObject&)
virtual void ~TLeafObject()
static TClass* Class()
virtual void FillBasket(TBuffer& b)
TClass* GetClass()
TMethodCall* GetMethodCall(const char* name)
TObject* GetObject()
virtual const char* GetTypeName() const
virtual TClass* IsA() const
Bool_t IsVirtual()
virtual void ReadBasket(TBuffer& b)
virtual void SetAddress(void* add = 0)
virtual void SetVirtual(Bool_t virt = kTRUE)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TClass* fClass ! pointer to class
void** fObjAddress ! Address of Pointer to object
Bool_t fVirtual ! Support for Virtuality
A TLeaf for a general object derived from TObject.
TLeafObject(): TLeaf()
*-*-*-*-*-*Default constructor for LeafObject*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =================================
TLeafObject(const char *name, const char *type)
:TLeaf(name,type)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a LeafObject*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ==================
*-*
~TLeafObject()
*-*-*-*-*-*Default destructor for a LeafObject*-*-*-*-*-*-*-*-*-*-*-*
*-* ==================================
void FillBasket(TBuffer &b)
*-*-*-*-*-*-*-*-*-*-*Pack leaf elements in Basket output buffer*-*-*-*-*-*-*
*-* =========================================
TMethodCall* GetMethodCall(const char *name)
*-*-*-*-*-*-*-*Returns pointer to method corresponding to name*-*-*-*-*-*-*
*-* ============================================
*-*
*-* name is a string with the general form "method(list of params)"
*-* If list of params is omitted, () is assumed;
*-*
const char* GetTypeName() const
*-*-*-*-*-*-*-*Returns name of leaf type*-*-*-*-*-*-*-*-*-*-*-*
*-* =========================
void ReadBasket(TBuffer &b)
*-*-*-*-*-*-*-*-*-*-*Read leaf elements from Basket input buffer*-*-*-*-*-*
*-* ===========================================
void SetAddress(void *add)
*-*-*-*-*-*-*-*-*-*-*Set leaf buffer data address*-*-*-*-*-*
*-* ============================
void Streamer(TBuffer &b)
Stream an object of class TLeafObject.
Inline Functions
TClass* GetClass()
TObject* GetObject()
Bool_t IsVirtual()
void SetVirtual(Bool_t virt = kTRUE)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void StreamerNVirtual(TBuffer& b)
TLeafObject TLeafObject(TLeafObject&)
Author: Rene Brun 27/01/96
Last update: root/tree:$Name: $:$Id: TLeafObject.cxx,v 1.4 2000/12/06 07:31:29 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
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.