79 std::cout <<
"dn: "<<
fDn << std::endl;
84 for (
Int_t i = 0; i <
n; i++) {
89 std::cout << std::endl;
115 for (
Int_t i = 0; i <
n; i++) {
130 for (
Int_t i = 0; i <
n; i++) {
148 for (
Int_t i = 0; (i <
n) && (!att || !obj); i++) {
156 for (
Int_t j = 0; (j < valcnt) && (!obj); j++)
175 for (
Int_t i = 0; i <
n; i++) {
188 LDAPMod **mods =
new LDAPMod* [n + 1];
189 for (
Int_t i = 0; i <
n; i++)
virtual const char * GetName() const
Returns name of object.
virtual ~TLDAPEntry()
Deletes all the attributes of the entry.
TLDAPEntry & operator=(const TLDAPEntry &)
Equal operator.
TList * GetReferrals() const
Get the TList of referrals.
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
void DeleteAttribute(const char *name)
Delete attribute by name.
void AddAttribute(const TLDAPAttribute &attr)
Add an attribute to the entry.
Bool_t IsReferral() const
Check if entry is referal.
virtual void AddLast(TObject *obj)
Add object at the end of the list.
TObject & operator=(const TObject &rhs)
TObject assignment operator.
TLDAPEntry(const char *dn)
Creates the new TLDAPEntry object with the specified DN (distinguished name) and the empty list of at...
void Print(Option_t *="") const
Print entry in LDIF format.
TLDAPAttribute * GetAttribute() const
Get next attribute of the entry.
virtual TObject * Remove(TObject *obj)
Remove object from the list.
LDAPMod ** GetMods(Int_t op)
Get array of "LDAPMod" structures for entry.
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
void SetDn(const char *dn)
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
int CompareTo(const char *cs, ECaseCompare cmp=kExact) const
Compare a string to char *cs2.
Mother of all ROOT objects.
const char * GetDn() const
virtual void Add(TObject *obj)
virtual const char * GetName() const
Returns name of object.
const char * GetValue() const
Get next value of the attribute.
void Print(Option_t *="") const
Print an attribute.