| library: libCore #include "TObjString.h"
 | 
TObjString
class description - source file - inheritance tree (.pdf)
    public:
                          TObjString(const char* s = "")
                          TObjString(const TObjString& s)
                          ~TObjString()
           static TClass* Class()
            virtual Int_t Compare(const TObject* obj) const
                     void FillBuffer(char*& buffer)
      virtual const char* GetName() const
                  TString GetString() const
          virtual ULong_t Hash() const
          virtual TClass* IsA() const
           virtual Bool_t IsEqual(const TObject* obj) const
           virtual Bool_t IsSortable() const
              TObjString& operator=(const TObjString&)
             virtual void Print(Option_t*) const
                     void ReadBuffer(char*& buffer)
                     void SetString(const char* s)
             virtual void ShowMembers(TMemberInspector& insp, char* parent)
                    Int_t Sizeof() const
             virtual void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
                 TString& String()
    private:
      TString fString  wrapped TString
                                                                      
 TObjString                                                           
                                                                      
 Collectable string class. This is a TObject containing a TString.    
                                                                      
Int_t Compare(const TObject *obj) const
 string compare the argument with this object.
Bool_t IsEqual(const TObject *obj) const
 return kTRUE if the argument has the same content as this object.
Inline Functions
               void ~TObjString()
         TObjString TObjString(const char* s = "")
         TObjString TObjString(const TObjString& s)
        const char* GetName() const
            ULong_t Hash() const
               void FillBuffer(char*& buffer)
               void Print(Option_t*) const
             Bool_t IsSortable() const
               void ReadBuffer(char*& buffer)
               void SetString(const char* s)
            TString GetString() const
              Int_t Sizeof() const
           TString& String()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
        TObjString& operator=(const TObjString&)
Author: Fons Rademakers 12/11/95
Last update: root/base:$Name:  $:$Id: TObjString.cxx,v 1.3 2005/11/16 20:04:11 pcanal Exp $
Copyright  (C) 1995-2000, Rene Brun and Fons Rademakers.               *
ROOT page - Class index - Class Hierarchy - 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.