Public Member Functions | |
LDAPForwardIterator (generic_search_result_t *results) | |
Constructor. | |
generic_result_entry_t * | first () |
Rewinds the LDAP forward iterator and returns the first entry. | |
generic_result_entry_t * | next () |
Moves the iterator to next result entry. | |
generic_result_entry_t * | current () const |
Gets the current result entry. | |
std::string | ldap_dn () |
DN extractor. | |
const LDIFObject & | operator * () |
LDIFObject extractor. | |
LDIFObject * | operator-> () |
~LDAPForwardIterator () | |
Destructor. |
It applies to LDAP Query results a powerful means of reading.
|
Constructor.
|
|
Destructor.
|
|
Gets the current result entry.
|
|
Rewinds the LDAP forward iterator and returns the first entry. After use of this method, the forward iterator is addressed to the first query result record.
|
|
DN extractor.
|
|
Moves the iterator to next result entry.
|
|
LDIFObject extractor.
|
|
|