#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 |
| LDAPSearchResults::LDAPSearchResults | ( | ) |
Default-Constructor.
| LDAPResult * LDAPSearchResults::readMessageQueue | ( | LDAPMessageQueue * | msg | ) |
For internal use only.
This method read Search result entries from a LDAPMessageQueue-object.
| msg | The message queue to read |
| LDAPEntry * LDAPSearchResults::getNext | ( | ) |
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.
| LDAPReferralException | If a Search Reference was returned by the server |
LDAPEntryList LDAPSearchResults::entryList [private] |
LDAPReferenceList LDAPSearchResults::refList [private] |
1.5.3