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