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