libzypp  13.10.6
zypp::repo::PackageProviderPolicy Class Reference

Policies and options for PackageProvider. More...

#include <PackageProvider.h>

Public Types

typedef function< bool(const
std::string &, const Edition
&, const Arch &)> 
QueryInstalledCB
 Get installed Editions callback signature. More...
 

Public Member Functions

PackageProviderPolicyqueryInstalledCB (QueryInstalledCB queryInstalledCB_r)
 Set callback. More...
 
bool queryInstalled (const std::string &name_r, const Edition &ed_r, const Arch &arch_r) const
 Evaluate callback. More...
 

Private Attributes

QueryInstalledCB _queryInstalledCB
 

Detailed Description

Policies and options for PackageProvider.

Definition at line 34 of file PackageProvider.h.

Member Typedef Documentation

typedef function<bool ( const std::string &, const Edition &, const Arch & )> zypp::repo::PackageProviderPolicy::QueryInstalledCB

Get installed Editions callback signature.

Definition at line 38 of file PackageProvider.h.

Member Function Documentation

PackageProviderPolicy& zypp::repo::PackageProviderPolicy::queryInstalledCB ( QueryInstalledCB  queryInstalledCB_r)
inline

Set callback.

Definition at line 41 of file PackageProvider.h.

bool zypp::repo::PackageProviderPolicy::queryInstalled ( const std::string &  name_r,
const Edition ed_r,
const Arch arch_r 
) const

Evaluate callback.

Definition at line 39 of file PackageProvider.cc.

Member Data Documentation

QueryInstalledCB zypp::repo::PackageProviderPolicy::_queryInstalledCB
private

Definition at line 50 of file PackageProvider.h.


The documentation for this class was generated from the following files: