Inheritance diagram for edg::workload::common::ldif2classad::fstream_result_entry_t:
Public Methods | |
fstream_result_entry_t (const fstream_search_result_t::const_iterator &first, const fstream_search_result_t::const_iterator &last) | |
Costructor. More... | |
bool | next () |
Concrete next entry assignment. More... | |
bool | good () const |
Concrete validation test. More... | |
std::string | distinguished_name () const |
Concrete distinguished name extractor. More... | |
LDIFObject * | value () |
Concrete LDIFObject extractor. More... |
This class specialises the abstract interface
|
Costructor.
|
|
Concrete distinguished name extractor.
Implements edg::workload::common::ldif2classad::generic_result_entry_t. |
|
Concrete validation test.
Implements edg::workload::common::ldif2classad::generic_result_entry_t. |
|
Concrete next entry assignment.
Implements edg::workload::common::ldif2classad::generic_result_entry_t. |
|
Concrete LDIFObject extractor.
Implements edg::workload::common::ldif2classad::generic_result_entry_t. |