#include <SourceImpl.h>
Inheritance diagram for zypp::source::SourceProber:

Public Member Functions | |
| SourceProber (media::MediaAccessId media_id, const Pathname &path) | |
| virtual | ~SourceProber () |
| virtual bool | operator() ()=0 |
Protected Attributes | |
| media::MediaAccessId | _media_id |
| Pathname | _path |
Source probe implementations get a attached media id and return a bool, wether the source is a source of this type
Definition at line 46 of file SourceImpl.h.
| zypp::source::SourceProber::SourceProber | ( | media::MediaAccessId | media_id, | |
| const Pathname & | path | |||
| ) | [inline] |
Definition at line 49 of file SourceImpl.h.
| virtual zypp::source::SourceProber::~SourceProber | ( | ) | [inline, virtual] |
Definition at line 53 of file SourceImpl.h.
| virtual bool zypp::source::SourceProber::operator() | ( | ) | [pure virtual] |
Implemented in zypp::source::susetags::SuseTagsProber, and zypp::source::yum::YUMProber.
Definition at line 59 of file SourceImpl.h.
Referenced by zypp::source::yum::YUMProber::operator()(), and zypp::source::susetags::SuseTagsProber::operator()().
Pathname zypp::source::SourceProber::_path [protected] |
Definition at line 60 of file SourceImpl.h.
Referenced by zypp::source::yum::YUMProber::operator()(), and zypp::source::susetags::SuseTagsProber::operator()().
1.5.0