Inheritance diagram for generic_search_result_t:
Public Member Functions | |
virtual | ~generic_search_result_t () |
Destructor. | |
virtual bool | good () const=0 |
Abstract validation test. | |
virtual bool | empty () const=0 |
Abstract empty test. | |
virtual generic_result_entry_t * | make_first_entry () const=0 |
Abstract entry factory method. |
This class models a basic standard interface to LDAPConnection search results.
|
Destructor.
|
|
Abstract empty test.
Implemented in fstream_search_result_t, and ldap_search_result_t. |
|
Abstract validation test.
Implemented in fstream_search_result_t, and ldap_search_result_t. |
|
Abstract entry factory method.
Implemented in fstream_search_result_t, and ldap_search_result_t. |