Inheritance diagram for ldap_search_result_t:
Public Member Functions | |
ldap_search_result_t (LDAPMessage *ldresult, LDAP *ld) | |
Costructor. | |
~ldap_search_result_t () | |
bool | good () const |
Concrete Validation test. | |
bool | empty () const |
Abstract empty test. | |
generic_result_entry_t * | make_first_entry () const |
Concrete Entry Factory Method. |
This class specialises the standard interface for concrete LDAPConnectionSynchConnection search result entries.
|
Costructor.
|
|
|
|
Abstract empty test.
Implements generic_search_result_t. |
|
Concrete Validation test.
Implements generic_search_result_t. |
|
Concrete Entry Factory Method.
Implements generic_search_result_t. |