TLeafC


class description - source file - inheritance tree

class TLeafC : public TLeaf


    public:
TLeafC TLeafC(const Text_t* name, const Text_t* type) TLeafC TLeafC() TLeafC TLeafC(TLeafC&) virtual void ~TLeafC() TClass* Class() virtual void Export(TClonesArray* list, Int_t n) virtual void FillBasket(TBuffer& b) virtual Int_t GetMaximum() virtual Int_t GetMinimum() virtual const Text_t* GetTypeName() const virtual Float_t GetValue(Int_t i = 0) virtual void* GetValuePointer() char* GetValueString() virtual void Import(TClonesArray* list, Int_t n) virtual TClass* IsA() const virtual void Print(Option_t* option) 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)

Data Members

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

Class Description

                                                                      
 A TLeaf for a variable length string.                                


TLeafC(): TLeaf()
*-*-*-*-*-*Default constructor for LeafC*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*        ============================

TLeafC(const Text_t *name, const Text_t *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 Text_t* GetTypeName() const
*-*-*-*-*-*-*-*Returns name of leaf type*-*-*-*-*-*-*-*-*-*-*-*
*-*            =========================

void Import(TClonesArray *list, Int_t n)
*-*-*-*-*-*Import element from ClonesArray into local leaf buffer*-*-*-*-*
*-*        ======================================================

void Print(Option_t *option)
*-*-*-*-*-*-*-*-*-*-*Print a description of this leaf*-*-*-*-*-*-*-*-*
*-*                  ================================

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()
              Int_t GetMinimum()
            Float_t GetValue(Int_t i = 0)
              void* GetValuePointer()
              char* GetValueString()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
             TLeafC TLeafC(TLeafC&)


Author: Rene Brun 17/03/97
Last update: 2.23/07 26/10/99 15.36.06 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *


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.