9#ifndef ROOT_TLDAPResult
10#define ROOT_TLDAPResult
#define ClassDef(name, id)
virtual ~TLDAPResult()
Deletes the LDAPMessage structure.
TLDAPEntry * GetNext()
Returns next entry from the search result.
LDAPMessage * fCurrentEntry
TLDAPResult & operator=(const TLDAPResult &)
Equal operator.
TLDAPEntry * CreateEntry(LDAPMessage *entry)
Creates TLDAPEntry object from the data containing in the LDAPMessage structure and returns pointer t...
LDAPMessage * fSearchResult
Int_t GetCount() const
Returns the number of entries in the search result.
void Print(Option_t *option="") const
Prints all entries.
Mother of all ROOT objects.