TSubString
class description - source file - inheritance tree
    private:
      TSubString TSubString(const TString& s, Ssiz_t start, Ssiz_t len)
    protected:
      void AssertElement(Ssiz_t i) const
      void SubStringError(Ssiz_t, Ssiz_t, Ssiz_t) const
    public:
       TSubString TSubString(const TSubString& s)
             void ~TSubString()
      const char* Data() const
           Bool_t IsNull() const
           Ssiz_t Length() const
              int operator!() const
            char& operator()(Ssiz_t i)
             char operator()(Ssiz_t i) const
      TSubString& operator=(const char* s)
      TSubString& operator=(const TString& s)
            char& operator[](Ssiz_t i)
             char operator[](Ssiz_t i) const
           Ssiz_t Start() const
             void ToLower()
             void ToUpper()
    private:
      TString* fStr     Referenced string
        Ssiz_t fBegin   Index of starting character
        Ssiz_t fExtent  Length of TSubString
                                                                      
 TString                                                              
                                                                      
 Basic string class.                                                  
                                                                      
 Cannot be stored in a TCollection... use TObjString instead.         
                                                                      
inline const char* Data() const
Inline Functions
         TSubString TSubString(const TString& s, Ssiz_t start, Ssiz_t len)
               void SubStringError(Ssiz_t, Ssiz_t, Ssiz_t) const
               void AssertElement(Ssiz_t i) const
         TSubString TSubString(const TSubString& s)
        TSubString& operator=(const char* s)
        TSubString& operator=(const TString& s)
              char& operator()(Ssiz_t i)
              char& operator[](Ssiz_t i)
               char operator()(Ssiz_t i) const
               char operator[](Ssiz_t i) const
             Ssiz_t Length() const
             Ssiz_t Start() const
               void ToLower()
               void ToUpper()
             Bool_t IsNull() const
                int operator!() const
               void ~TSubString()
Author: Fons Rademakers 04/08/95
Last update: root/base:$Name:  $:$Id: TString.h,v 1.20 2002/07/19 12:58:08 rdm 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.