Inheritance diagram for fstream_search_result_t:
Public Types | |
typedef std::list< classad::ClassAd * > | result_container_type_t |
typedef result_container_type_t::const_iterator | const_iterator |
Public Member Functions | |
fstream_search_result_t (result_container_type_t *result) | |
Costructor. | |
~fstream_search_result_t () | |
bool | good () const |
Concrete Validation test. | |
bool | empty () const |
Abstract empty test. | |
generic_result_entry_t * | make_first_entry () const |
Concrete Entry Factory Method. |
This class specialises the abstract interface (
|
|
|
|
|
Costructor.
|
|
|
|
Abstract empty test.
Implements generic_search_result_t. |
|
Concrete Validation test.
Implements generic_search_result_t. |
|
Concrete Entry Factory Method.
Implements generic_search_result_t. |