|
ldapsdk 0.0.1
|
This class is used to represent the result entries of a SEARCH-operation. More...
#include <LDAPSearchResult.h>
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 |
This class is used to represent the result entries of a SEARCH-operation.
| LDAPSearchResult::LDAPSearchResult | ( | const LDAPRequest * | req, |
| LDAPMessage * | msg | ||
| ) |
Constructor that create an object from the C-API structures.
References DEBUG, LDAPRequest::getConnection(), LDAPAsynConnection::getSessionHandle(), LDAP_DEBUG_CONSTRUCT, LDAPMsg::m_hasControls, and LDAPMsg::m_srvControls.
| LDAPSearchResult::LDAPSearchResult | ( | const LDAPSearchResult & | res | ) |
Copy-Constructor.
| LDAPSearchResult::~LDAPSearchResult | ( | ) | [virtual] |
The Destructor.
References DEBUG, and LDAP_DEBUG_DESTROY.
| const LDAPEntry * LDAPSearchResult::getEntry | ( | ) | const |
References DEBUG, and LDAP_DEBUG_TRACE.
1.7.3