ldapsdk
0.0.1
Main Page
Classes
Files
File List
File Members
src
LDAPSearchResult.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
8
#ifndef LDAP_SEARCH_RESULT_H
9
#define LDAP_SEARCH_RESULT_H
10
11
#include <
LDAPMessage.h
>
12
#include <
LDAPEntry.h
>
13
14
class
LDAPRequest
;
15
20
class
LDAPSearchResult
:
public
LDAPMsg
{
21
public
:
25
LDAPSearchResult
(
const
LDAPRequest
*req, LDAPMessage *msg);
26
30
LDAPSearchResult
(
const
LDAPSearchResult
& res);
31
35
virtual
~LDAPSearchResult
();
36
40
const
LDAPEntry
*
getEntry
()
const
;
41
42
private
:
43
LDAPEntry
*entry;
44
};
45
#endif //LDAP_SEARCH_RESULT_H
Generated by
1.8.1