libzypp
13.10.6
|
Base for CommitPackageCache implementations (implements no chache). More...
#include <CommitPackageCacheImpl.h>
Public Types | |
typedef CommitPackageCache::PackageProvider | PackageProvider |
Public Member Functions | |
Impl (const PackageProvider &packageProvider_r) | |
virtual | ~Impl () |
virtual ManagedFile | get (const PoolItem &citem_r) |
Provide the package. More... | |
void | setCommitList (std::vector< sat::Solvable > commitList_r) |
const std::vector < sat::Solvable > & | commitList () const |
Protected Member Functions | |
virtual ManagedFile | sourceProvidePackage (const PoolItem &pi) const |
Let the Source provide the package. More... | |
virtual ManagedFile | sourceProvideCachedPackage (const PoolItem &pi) const |
Let the Source provide an already cached package. More... | |
Private Attributes | |
std::vector< sat::Solvable > | _commitList |
PackageProvider | _packageProvider |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const CommitPackageCache::Impl &obj) |
Base for CommitPackageCache implementations (implements no chache).
All packages are directly retrieved from the source via the PackageProvider passed to the ctor. The PackageProvider is expected to throw or return an empty ManagedFile if the package can't be provided.
Definition at line 39 of file CommitPackageCacheImpl.h.
Definition at line 42 of file CommitPackageCacheImpl.h.
|
inline |
Definition at line 45 of file CommitPackageCacheImpl.h.
|
inlinevirtual |
Definition at line 49 of file CommitPackageCacheImpl.h.
|
inlinevirtual |
Provide the package.
Derived classes overload this.
Reimplemented in zypp::target::CommitPackageCacheReadAhead.
Definition at line 56 of file CommitPackageCacheImpl.h.
|
inline |
Definition at line 61 of file CommitPackageCacheImpl.h.
|
inline |
Definition at line 64 of file CommitPackageCacheImpl.h.
|
inlineprotectedvirtual |
Let the Source provide the package.
Definition at line 69 of file CommitPackageCacheImpl.h.
|
inlineprotectedvirtual |
Let the Source provide an already cached package.
Definition at line 86 of file CommitPackageCacheImpl.h.
|
related |
Stream output
Definition at line 103 of file CommitPackageCacheImpl.h.
|
private |
Definition at line 97 of file CommitPackageCacheImpl.h.
|
private |
Definition at line 98 of file CommitPackageCacheImpl.h.