12 #ifndef ROOT_TObjString
13 #define ROOT_TObjString
const char * GetName() const
Returns name of object.
virtual void FillBuffer(char *&buffer) const
Copy string into I/O buffer.
ULong_t Hash() const
Return hash value for this object.
Collectable string class.
Bool_t IsEqual(const TObject *obj) const
Return kTRUE if the argument has the same content as this object.
#define ClassDef(name, id)
virtual void ReadBuffer(char *&buffer)
Read string from I/O buffer.
TObjString(const char *s="")
TString GetString() const
Int_t Compare(const TObject *obj) const
Compare abstract method.
void FillBuffer(char *&buffer)
void ReadBuffer(char *&buffer)
void Print(Option_t *) const
This method must be overridden when a class wants to print itself.
Mother of all ROOT objects.
TObjString(const TObjString &s)
virtual Int_t Sizeof() const
Returns size string will occupy on I/O buffer.
void SetString(const char *s)
Bool_t IsSortable() const
UInt_t Hash(ECaseCompare cmp=kExact) const
Return hash value.