#include <LDAPSearchResult.h>
Inheritance diagram for LDAPSearchResult:
Public Member Functions | |
LDAPSearchResult (const LDAPRequest *req, LDAPMessage *msg) | |
Constructor that create an object from the C-API structures. | |
LDAPSearchResult (const LDAPSearchResult &res) | |
Copy-Constructor. | |
virtual | ~LDAPSearchResult () |
The Destructor. | |
const LDAPEntry * | getEntry () const |
Private Attributes | |
LDAPEntry * | entry |
|
Constructor that create an object from the C-API structures.
|
|
Copy-Constructor.
|
|
The Destructor.
|
|
|
|
|