|
ROOT
Reference Guide |
|
Go to the documentation of this file.
12 #ifndef ROOT_TObjString
13 #define ROOT_TObjString
virtual void ReadBuffer(char *&buffer)
Read string from I/O buffer.
static constexpr double s
const TString & GetString() const
UInt_t Hash(ECaseCompare cmp=kExact) const
Return hash value.
void Print(Option_t *) const
This method must be overridden when a class wants to print itself.
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.
Bool_t IsSortable() const
const char * GetName() const
Returns name of object.
Collectable string class.
TObjString(const char *s="")
void FillBuffer(char *&buffer)
void ReadBuffer(char *&buffer)
void Printf(const char *fmt,...)
virtual Int_t Sizeof() const
Returns size string will occupy on I/O buffer.
Mother of all ROOT objects.
#define ClassDef(name, id)
Int_t Compare(const TObject *obj) const
String compare the argument with this object.
TString CopyString() const
virtual void FillBuffer(char *&buffer) const
Copy string into I/O buffer.
ULong_t Hash() const
Return hash value for this object.