12#ifndef ROOT_TObjString
13#define ROOT_TObjString
#define ClassDef(name, id)
void Printf(const char *fmt,...)
Collectable string class.
const char * GetName() const
Returns name of object.
TObjString(const char *s="")
Bool_t IsSortable() const
ULong_t Hash() const
Return hash value for this object.
void FillBuffer(char *&buffer)
void ReadBuffer(char *&buffer)
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 SetString(const char *s)
~TObjString()
TObjString destructor.
Bool_t IsEqual(const TObject *obj) const
Return kTRUE if the argument has the same content as this object.
Int_t Compare(const TObject *obj) const
String compare the argument with this object.
Mother of all ROOT objects.
UInt_t Hash(ECaseCompare cmp=kExact) const
Return hash value.
virtual void FillBuffer(char *&buffer) const
Copy string into I/O buffer.
virtual Int_t Sizeof() const
Returns size string will occupy on I/O buffer.
virtual void ReadBuffer(char *&buffer)
Read string from I/O buffer.