Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

edg::workload::common::ldif2classad::generic_search_result_t Struct Reference

Interface to generic search result. More...

Inheritance diagram for edg::workload::common::ldif2classad::generic_search_result_t:

edg::workload::common::ldif2classad::fstream_search_result_t edg::workload::common::ldif2classad::ldap_search_result_t List of all members.

Public Methods

virtual ~generic_search_result_t ()
 Destructor.

virtual bool good () const=0
 Abstract validation test. More...

virtual bool empty () const=0
 Abstract empty test. More...

virtual generic_result_entry_tmake_first_entry () const=0
 Abstract entry factory method. More...


Detailed Description

Interface to generic search result.

This class models a basic standard interface to LDAPConnection search results.


Member Function Documentation

virtual bool empty   const [pure virtual]
 

Abstract empty test.

Returns:
whether there is a result, or not.

Implemented in edg::workload::common::ldif2classad::fstream_search_result_t.

virtual bool good   const [pure virtual]
 

Abstract validation test.

Returns:
whether the entry is good, or not.

Implemented in edg::workload::common::ldif2classad::fstream_search_result_t.

virtual generic_result_entry_t* make_first_entry   const [pure virtual]
 

Abstract entry factory method.

Returns:
the first result entry.

Implemented in edg::workload::common::ldif2classad::fstream_search_result_t.


The documentation for this struct was generated from the following file:
Generated on Fri May 14 14:18:26 2004 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002