#include <LDAPExtResult.h>
Inheritance diagram for LDAPExtResult:
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 |
|
Constructor that creates an LDAPExtResult-object from the C-API structures.
|
|
The Destructor.
|
|
|
|
|
|
|
|
|