ldapsdk
0.0.1
Main Page
Classes
Files
File List
File Members
src
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
22
class
LDAPSearchResults
{
23
public
:
27
LDAPSearchResults
();
28
36
LDAPResult
*
readMessageQueue
(
LDAPMessageQueue
* msg);
37
47
LDAPEntry
*
getNext
();
48
private
:
49
LDAPEntryList
entryList;
50
LDAPReferenceList
refList;
51
LDAPEntryList::const_iterator
entryPos;
52
LDAPReferenceList::const_iterator
refPos;
53
};
54
#endif //LDAP_SEARCH_RESULTS_H
55
56
Generated by
1.8.1