#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 |
| |
Private Attributes | |
| std::string | m_oid |
| std::string | m_data |
| LDAPExtResult::LDAPExtResult | ( | const LDAPRequest * | req, | |
| LDAPMessage * | msg | |||
| ) |
Constructor that creates an LDAPExtResult-object from the C-API structures.
| LDAPExtResult::~LDAPExtResult | ( | ) | [virtual] |
The Destructor.
| const string & LDAPExtResult::getResponseOid | ( | ) | const |
| const string & LDAPExtResult::getResponse | ( | ) | const |
std::string LDAPExtResult::m_oid [private] |
std::string LDAPExtResult::m_data [private] |
1.5.3