#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 |
| 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 | ) |
| LDAPSearchResult::~LDAPSearchResult | ( | ) | [virtual] |
| const LDAPEntry * LDAPSearchResult::getEntry | ( | ) | const |
References DEBUG, and LDAP_DEBUG_TRACE.
1.5.6