ldapsdk  0.0.1
LDAPSearchResults.h
Go to the documentation of this file.
1 // $OpenLDAP$
2 /*
3  * Copyright 2000-2011 The OpenLDAP Foundation, All Rights Reserved.
4  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
5  */
6 
7 #ifndef LDAP_SEARCH_RESULTS_H
8 #define LDAP_SEARCH_RESULTS_H
9 
10 #include <LDAPEntry.h>
11 #include <LDAPEntryList.h>
12 #include <LDAPMessage.h>
13 #include <LDAPMessageQueue.h>
14 #include <LDAPReferenceList.h>
15 #include <LDAPSearchReference.h>
16 
17 class LDAPResult;
18 
23  public:
28 
37 
47  LDAPEntry* getNext();
48  private :
49  LDAPEntryList entryList;
50  LDAPReferenceList refList;
53 };
54 #endif //LDAP_SEARCH_RESULTS_H
55 
56