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