// @(#)root/tree:$Id$ // Author: Rene Brun 17/03/97 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TLeafC #define ROOT_TLeafC ////////////////////////////////////////////////////////////////////////// // // // TLeafC // // // // A TLeaf for a variable length string. // // // ////////////////////////////////////////////////////////////////////////// #include "TLeaf.h" class TLeafC : public TLeaf { protected: Int_t fMinimum; ///< Minimum value if leaf range is specified Int_t fMaximum; ///< Maximum value if leaf range is specified Char_t *fValue; ///