173 const char *
oldValue = GetValue(key);
196 const char *
oldValue = GetDescription(key);
215 while ((
object = next())) {
const char Option_t
Option string (const char)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
const char * GetValue(const char *key)
Returns the value corresponding to the provided key.
virtual TString Generate()
Generates the JDL snippet.
void AddToSet(const char *key, const char *value)
Adds a value to a key value which hosts a set of values.
void SetValue(const char *key, const char *value)
Sets a value. If the entry already exists the old one is replaced.
virtual ~TGridJDL()
Cleanup.
const char * GetDescription(const char *key)
Returns the value corresponding to the provided key.
TString AddQuotes(const char *value)
Adds quotes to the provided string.
void Clear(const Option_t *="") override
Clears the JDL information.
void SetDescription(const char *key, const char *description)
Sets a value. If the entry already exists the old one is replaced.
void AddToSetDescription(const char *key, const char *description)
Adds a value to a key value which hosts a set of values.
Collectable string class.
const char * GetName() const override
Returns name of object.
Mother of all ROOT objects.
virtual TObject * FindObject(const char *name) const
Must be redefined in derived classes.
Class used by TMap to store (key,value) pairs.