#include <LDAPSearchReference.h>

Public Member Functions | |
| LDAPSearchReference (const LDAPRequest *req, LDAPMessage *msg) | |
| Constructor that create an object from the C-API structures. | |
| ~LDAPSearchReference () | |
| The Destructor. | |
| const LDAPUrlList & | getUrls () const |
Private Member Functions | |
| LDAPSearchReference () | |
Private Attributes | |
| LDAPUrlList | m_urlList |
| LDAPSearchReference::LDAPSearchReference | ( | 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, LDAPMsg::m_srvControls, and m_urlList.
| LDAPSearchReference::~LDAPSearchReference | ( | ) |
| LDAPSearchReference::LDAPSearchReference | ( | ) | [private] |
| const LDAPUrlList & LDAPSearchReference::getUrls | ( | ) | const |
References DEBUG, LDAP_DEBUG_TRACE, and m_urlList.
LDAPUrlList LDAPSearchReference::m_urlList [private] |
Referenced by getUrls(), and LDAPSearchReference().