#include <LDAPExtResult.h>

Public Member Functions | |
| LDAPExtResult (const LDAPRequest *req, LDAPMessage *msg) | |
| Constructor that creates an LDAPExtResult-object from the C-API structures. | |
| virtual | ~LDAPExtResult () |
| The Destructor. | |
| const std::string & | getResponseOid () const |
| const std::string & | getResponse () const |
| LDAPExtResult::LDAPExtResult | ( | const LDAPRequest * | req, | |
| LDAPMessage * | msg | |||
| ) |
Constructor that creates an LDAPExtResult-object from the C-API structures.
References DEBUG, LDAPRequest::getConnection(), LDAPAsynConnection::getSessionHandle(), and LDAP_DEBUG_CONSTRUCT.
| LDAPExtResult::~LDAPExtResult | ( | ) | [virtual] |
| const string & LDAPExtResult::getResponseOid | ( | ) | const |
| const string & LDAPExtResult::getResponse | ( | ) | const |
1.5.6