#include <PackageProvider.h>
Public Types | |
| typedef function< bool(const std::string &, const Edition &)> | QueryInstalledCB |
| Get installed Editions callback signature. | |
Public Member Functions | |
| PackageProviderPolicy & | queryInstalledCB (QueryInstalledCB queryInstalledCB_r) |
| Set callback. | |
| bool | queryInstalled (const std::string &name_r, const Edition &ed_r=Edition()) const |
| Evaluate callback. | |
Private Attributes | |
| QueryInstalledCB | _queryInstalledCB |
Definition at line 36 of file PackageProvider.h.
|
|
Get installed Editions callback signature.
Definition at line 40 of file PackageProvider.h. |
|
|
Set callback.
Definition at line 43 of file PackageProvider.h. References _queryInstalledCB. Referenced by zypp::target::TargetImpl::commit(). |
|
||||||||||||
|
Evaluate callback.
Definition at line 37 of file PackageProvider.cc. References _queryInstalledCB. Referenced by zypp::source::PackageProvider::queryInstalled(). |
|
|
Definition at line 50 of file PackageProvider.h. Referenced by queryInstalled(), and queryInstalledCB(). |
1.4.6