libzypp 17.37.17
zypp::target::CommitPackageCache::Impl Class Reference

Base for CommitPackageCache implementations (implements no chache). More...

#include <zypp/target/CommitPackageCacheImpl.h>

Inheritance diagram for zypp::target::CommitPackageCache::Impl:

Public Types

using PackageProvider = CommitPackageCache::PackageProvider

Public Member Functions

 Impl (PackageProvider &&packageProvider_r)
virtual ~Impl ()
virtual ManagedFile get (const PoolItem &citem_r)
 Provide the package.
void setCommitList (std::vector< sat::Solvable > commitList_r)
const std::vector< sat::Solvable > & commitList () const
bool preloaded () const
void preloaded (bool newval_r)

Protected Member Functions

virtual ManagedFile sourceProvidePackage (const PoolItem &pi) const
 Let the Source provide the package.
virtual ManagedFile sourceProvideCachedPackage (const PoolItem &pi) const
 Let the Source provide an already cached package.

Private Attributes

std::vector< sat::Solvable_commitList
PackageProvider _packageProvider
DefaultIntegral< bool, false > _preloaded

(Note that these are not member symbols.)

std::ostream & operator<< (std::ostream &str, const CommitPackageCache::Impl &obj)
 Stream output.

Detailed Description

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 40 of file CommitPackageCacheImpl.h.

Member Typedef Documentation

◆ PackageProvider

Constructor & Destructor Documentation

◆ Impl()

zypp::target::CommitPackageCache::Impl::Impl ( PackageProvider && packageProvider_r)
inline

Definition at line 46 of file CommitPackageCacheImpl.h.

◆ ~Impl()

virtual zypp::target::CommitPackageCache::Impl::~Impl ( )
inlinevirtual

Definition at line 50 of file CommitPackageCacheImpl.h.

Member Function Documentation

◆ get()

virtual ManagedFile zypp::target::CommitPackageCache::Impl::get ( const PoolItem & citem_r)
inlinevirtual

Provide the package.

Derived classes overload this.

Reimplemented in zypp::target::CommitPackageCacheReadAhead.

Definition at line 57 of file CommitPackageCacheImpl.h.

◆ setCommitList()

void zypp::target::CommitPackageCache::Impl::setCommitList ( std::vector< sat::Solvable > commitList_r)
inline

Definition at line 62 of file CommitPackageCacheImpl.h.

◆ commitList()

const std::vector< sat::Solvable > & zypp::target::CommitPackageCache::Impl::commitList ( ) const
inline

Definition at line 65 of file CommitPackageCacheImpl.h.

◆ preloaded() [1/2]

bool zypp::target::CommitPackageCache::Impl::preloaded ( ) const
inline

Definition at line 68 of file CommitPackageCacheImpl.h.

◆ preloaded() [2/2]

void zypp::target::CommitPackageCache::Impl::preloaded ( bool newval_r)
inline

Definition at line 71 of file CommitPackageCacheImpl.h.

◆ sourceProvidePackage()

virtual ManagedFile zypp::target::CommitPackageCache::Impl::sourceProvidePackage ( const PoolItem & pi) const
inlineprotectedvirtual

Let the Source provide the package.

Definition at line 76 of file CommitPackageCacheImpl.h.

◆ sourceProvideCachedPackage()

virtual ManagedFile zypp::target::CommitPackageCache::Impl::sourceProvideCachedPackage ( const PoolItem & pi) const
inlineprotectedvirtual

Let the Source provide an already cached package.

Definition at line 93 of file CommitPackageCacheImpl.h.

◆ operator<<()

std::ostream & operator<< ( std::ostream & str,
const CommitPackageCache::Impl & obj )
related

Stream output.

Definition at line 111 of file CommitPackageCacheImpl.h.

Member Data Documentation

◆ _commitList

std::vector<sat::Solvable> zypp::target::CommitPackageCache::Impl::_commitList
private

Definition at line 104 of file CommitPackageCacheImpl.h.

◆ _packageProvider

PackageProvider zypp::target::CommitPackageCache::Impl::_packageProvider
private

Definition at line 105 of file CommitPackageCacheImpl.h.

◆ _preloaded

DefaultIntegral<bool,false> zypp::target::CommitPackageCache::Impl::_preloaded
private

Definition at line 106 of file CommitPackageCacheImpl.h.


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