TLeafC
class description - source file - inheritance tree
public:
TLeafC TLeafC()
TLeafC TLeafC(const char* name, const char* type)
TLeafC TLeafC(TLeafC&)
virtual void ~TLeafC()
static TClass* Class()
virtual void Export(TClonesArray* list, Int_t n)
virtual void FillBasket(TBuffer& b)
virtual Int_t GetMaximum() const
virtual Int_t GetMinimum() const
virtual const char* GetTypeName() const
virtual Double_t GetValue(Int_t i = 0) const
virtual void* GetValuePointer() const
char* GetValueString() const
virtual void Import(TClonesArray* list, Int_t n)
virtual TClass* IsA() const
virtual void ReadBasket(TBuffer& b)
virtual void ReadBasketExport(TBuffer& b, TClonesArray* list, Int_t n)
virtual void SetAddress(void* add = 0)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Int_t fMinimum Minimum value if leaf range is specified
Int_t fMaximum Maximum value if leaf range is specified
Char_t* fValue !Pointer to data buffer
Char_t** fPointer !Address of pointer to data buffer
A TLeaf for a variable length string.
TLeafC(): TLeaf()
*-*-*-*-*-*Default constructor for LeafC*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ============================
TLeafC(const char *name, const char *type)
:TLeaf(name,type)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a LeafC*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ==============
*-*
~TLeafC()
*-*-*-*-*-*Default destructor for a LeafC*-*-*-*-*-*-*-*-*-*-*-*
*-* ===============================
void Export(TClonesArray *list, Int_t n)
*-*-*-*-*-*Export element from local leaf buffer to ClonesArray*-*-*-*-*
*-* ====================================================
void FillBasket(TBuffer &b)
*-*-*-*-*-*-*-*-*-*-*Pack leaf elements in Basket output buffer*-*-*-*-*-*-*
*-* ==========================================
const char* GetTypeName() const
*-*-*-*-*-*-*-*Returns name of leaf type*-*-*-*-*-*-*-*-*-*-*-*
*-* =========================
void Import(TClonesArray *list, Int_t n)
*-*-*-*-*-*Import element from ClonesArray into local leaf buffer*-*-*-*-*
*-* ======================================================
void ReadBasket(TBuffer &b)
*-*-*-*-*-*-*-*-*-*-*Read leaf elements from Basket input buffer*-*-*-*-*-*
*-* ===========================================
void ReadBasketExport(TBuffer &b, TClonesArray *list, Int_t n)
*-*-*-*-*-*-*-*-*-*-*Read leaf elements from Basket input buffer*-*-*-*-*-*
and export buffer to TClonesArray objects
void SetAddress(void *add)
*-*-*-*-*-*-*-*-*-*-*Set leaf buffer data address*-*-*-*-*-*
*-* ============================
Inline Functions
Int_t GetMaximum() const
Int_t GetMinimum() const
Double_t GetValue(Int_t i = 0) const
void* GetValuePointer() const
char* GetValueString() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TLeafC TLeafC(TLeafC&)
Author: Rene Brun 17/03/97
Last update: root/tree:$Name: $:$Id: TLeafC.cxx,v 1.3 2000/12/13 15:13:56 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.