12#ifndef ZYPP_SOURCE_APPLYDELTARPM_H
13#define ZYPP_SOURCE_APPLYDELTARPM_H
18#include <zypp/base/Function.h>
19#include <zypp/Pathname.h>
27 namespace applydeltarpm
40 bool check(
const std::string & sequenceinfo_r,
bool quick_r =
false );
45 bool check(
const Pathname & delta_r,
bool quick_r =
false );
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
bool haveApplydeltarpm()
Test whether an execuatble applydeltarpm program is available.
function< void(unsigned int)> Progress
progress reporting
bool provide(const Pathname &delta_r, const Pathname &new_r, const Progress &report_r)
Apply a binary delta to on-disk data to re-create a new rpm.
bool quickcheck(const std::string &sequenceinfo_r)
Quick via check sequence info.
bool check(const std::string &sequenceinfo_r, bool quick_r)
Check via sequence info.
Easy-to use interface to the ZYPP dependency resolver.