30 TXMLAttr(
const char *key,
const char *value) : fKey(key), fValue(value) { }
const char * GetValue() const
const char * fKey
XML attribute key.
#define ClassDef(name, id)
TXMLAttr(const char *key, const char *value)
TXMLAttribute is the attribute of an Element.
const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
TXMLAttr(const TXMLAttr &)
TXMLAttr & operator=(const TXMLAttr &)
const char * fValue
XML attribute value.