12 #ifndef ZYPP_TARGET_COMMITPACKAGECACHEIMPL_H 13 #define ZYPP_TARGET_COMMITPACKAGECACHEIMPL_H 17 #include <zypp/base/Logger.h> 18 #include <zypp/base/Exception.h> 83 if ( ret.
value().empty() )
112 return str <<
"CommitPackageCache::Impl";
121 #endif // ZYPP_TARGET_COMMITPACKAGECACHEIMPL_H Impl(const PackageProvider &packageProvider_r)
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.
function< ManagedFile(const PoolItem &pi, bool fromCache_r)> PackageProvider
virtual ManagedFile sourceProvideCachedPackage(const PoolItem &pi) const
Let the Source provide an already cached package.
String related utilities and Regular expression matching.
PackageProvider _packageProvider
void preloaded(bool newval_r)
std::vector< sat::Solvable > _commitList
CommitPackageCache::PackageProvider PackageProvider
const std::vector< sat::Solvable > & commitList() const
void setCommitList(std::vector< sat::Solvable > commitList_r)
DefaultIntegral< bool, false > _preloaded
Base for CommitPackageCache implementations (implements no chache).
Base class for Exception.
reference value() const
Reference to the Tp object.
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Combining sat::Solvable and ResStatus.
Easy-to use interface to the ZYPP dependency resolver.
virtual ManagedFile sourceProvidePackage(const PoolItem &pi) const
Let the Source provide the package.
std::ostream & operator<<(std::ostream &str, const CommitPackageCache::Impl &obj)