59 fMap.Remove(oldObject);
174 const char *oldValue =
GetValue(key);
177 newString = oldValue;
200 newString = oldValue;
201 newString += description;
216 while ((
object = next())) {
223 nextDescription.
Reset();
224 while ((objectD = nextDescription())) {
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
virtual ~TGridJDL()
Cleanup.
void SetValue(const char *key, const char *value)
Sets a value. If the entry already exists the old one is replaced.
const char * GetDescription(const char *key)
Returns the value corresponding to the provided key.
void AddToSetDescription(const char *key, const char *description)
Adds a value to a key value which hosts a set of values.
virtual TString Generate()
Generates the JDL snippet.
TString AddQuotes(const char *value)
Adds quotes to the provided string.
void AddToSet(const char *key, const char *value)
Adds a value to a key value which hosts a set of values.
void SetDescription(const char *key, const char *description)
Sets a value. If the entry already exists the old one is replaced.
const char * GetValue(const char *key)
Returns the value corresponding to the provided key.
void Clear(const Option_t *="") override
Clears the JDL information.
Collectable string class.
const char * GetName() const override
Returns name of object.
TObject()
TObject constructor.
Class used by TMap to store (key,value) pairs.
TString & Remove(Ssiz_t pos)