#include <LDAPSearchResults.h>
Public Member Functions | |
LDAPSearchResults () | |
Default-Constructor. | |
LDAPResult * | readMessageQueue (LDAPMessageQueue *msg) |
For internal use only. | |
LDAPEntry * | getNext () |
The methode is used by the client-application to read the result entries of the SEARCH-Operation. | |
Private Attributes | |
LDAPEntryList | entryList |
LDAPReferenceList | refList |
LDAPEntryList::const_iterator | entryPos |
LDAPReferenceList::const_iterator | refPos |
|
Default-Constructor.
|
|
The methode is used by the client-application to read the result entries of the SEARCH-Operation. Every call of this method returns one entry. If all entries were read it return 0.
|
|
For internal use only. This method read Search result entries from a LDAPMessageQueue-object.
|
|
|
|
|
|
|
|
|