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