#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 |
| |
Private Attributes | |
| LDAPEntry * | entry |
| LDAPSearchResult::LDAPSearchResult | ( | const LDAPRequest * | req, | |
| LDAPMessage * | msg | |||
| ) |
Constructor that create an object from the C-API structures.
| LDAPSearchResult::LDAPSearchResult | ( | const LDAPSearchResult & | res | ) |
Copy-Constructor.
| LDAPSearchResult::~LDAPSearchResult | ( | ) | [virtual] |
The Destructor.
| const LDAPEntry * LDAPSearchResult::getEntry | ( | ) | const |
LDAPEntry* LDAPSearchResult::entry [private] |
1.5.3