|
libzypp
9.1.2
|
#include <PluginServices.h>
Classes | |
| class | Impl |
Public Types | |
| typedef function< bool(const ServiceInfo &)> | ProcessService |
| Callback definition. | |
Public Member Functions | |
| PluginServices (const Pathname &path, const ProcessService &callback) | |
| ~PluginServices () | |
| Dtor. | |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const PluginServices &obj) |
Definition at line 28 of file PluginServices.h.
| typedef function< bool( const ServiceInfo & )> zypp::repo::PluginServices::ProcessService |
Callback definition.
First parameter is a ServiceInfo object with the resource.
Return false from the callback to get a AbortRequestException to be thrown and the processing to be cancelled.
Definition at line 40 of file PluginServices.h.
| zypp::repo::PluginServices::PluginServices | ( | const Pathname & | path, |
| const ProcessService & | callback | ||
| ) |
Definition at line 70 of file PluginServices.cc.
References zypp::repo::PluginServices::Impl::loadServices().
Dtor.
Definition at line 77 of file PluginServices.cc.
| std::ostream& operator<< | ( | std::ostream & | str, |
| const PluginServices & | obj | ||
| ) | [friend] |
Definition at line 80 of file PluginServices.cc.
1.7.6.1