9#ifndef ROOT_TLDAPAttribute
10#define ROOT_TLDAPAttribute
#define ClassDef(name, id)
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
void Print(Option_t *="") const
Print an attribute.
TLDAPAttribute(const char *name)
constructor
void AddValue(const char *value)
Add a value to the attribute.
LDAPMod * GetMod(Int_t op)
Get "LDAPMod" structure for attribute.
void DeleteValue(const char *value)
Delete value by name.
const char * GetValue() const
Get next value of the attribute.
TLDAPAttribute & operator=(const TLDAPAttribute &)
Equal operator.
virtual ~TLDAPAttribute()
destructor
The TNamed class is the base class for all named ROOT classes.