12#ifndef ROOT_TDictAttributeMap
13#define ROOT_TDictAttributeMap
36 void AddProperty(
const char* key,
const char* value);
#define ClassDef(name, id)
The ROOT object has a list of properties which are stored and retrieved using TDictAttributeMap.
TString RemovePropertyString(const char *key)
Remove a String property from the attribute map specified by the key.
void Clear(Option_t *option="")
Deletes all the properties of the class.
Int_t GetPropertySize() const
const char * GetPropertyAsString(const char *key) const
Access the value of a String property using the key.
THashTable fStringProperty
TDictAttributeMap()
Default constructor.
Bool_t HasKey(const char *key) const
virtual ~TDictAttributeMap()
Default destructor.
void AddProperty(const char *key, const char *value)
Add a property with a String value to the TDictAttributeMap.
Bool_t RemoveProperty(const char *key)
THashTable implements a hash table to store TObject's.
Int_t GetSize() const
Return the capacity of the collection, i.e.
Mother of all ROOT objects.