12#ifndef ZYPP_REPO_PACKAGEPROVIDER_H
13#define ZYPP_REPO_PACKAGEPROVIDER_H
42 { _queryInstalledCB = queryInstalledCB_r;
return *
this; }
45 bool queryInstalled(
const std::string & name_r,
47 const Arch & arch_r )
const;
94 bool isCached()
const;
Edition represents [epoch:]version[-release]
TraitsType::constPtrType constPtr
Combining sat::Solvable and ResStatus.
Candidate delta and patches for a package.
Policies and options for PackageProvider.
QueryInstalledCB _queryInstalledCB
function< bool(const std::string &, const Edition &, const Arch &)> QueryInstalledCB
Get installed Editions callback signature.
PackageProviderPolicy & queryInstalledCB(QueryInstalledCB queryInstalledCB_r)
Set callback.
Provide a package from a Repo.
RW_pointer< Impl > _pimpl
Implementation class.
Easy-to use interface to the ZYPP dependency resolver.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Wrapper for const correct access via Smart pointer types.
PackageProvider implementation interface.