37   if (
this == obj) 
return 0;
 
 
   47   if (
this == obj) 
return kTRUE;
 
 
Collectable string class.
 
Bool_t IsEqual(const TObject *obj) const override
Return kTRUE if the argument has the same content as this object.
 
Int_t Compare(const TObject *obj) const override
String compare the argument with this object.
 
~TObjString()
TObjString destructor.
 
Mother of all ROOT objects.
 
virtual TClass * IsA() const
 
int CompareTo(const char *cs, ECaseCompare cmp=kExact) const
Compare a string to char *cs2.
 
void CallRecursiveRemoveIfNeeded(TObject &obj)
call RecursiveRemove for obj if gROOT is valid and obj.TestBit(kMustCleanup) is true.