#include <CommitPackageCache.h>
Public Types | |
| typedef std::list < PoolItem > ::const_iterator | const_iterator |
| typedef function < ManagedFile(const PoolItem &pi)> | PackageProvider |
Public Member Functions | |
| CommitPackageCache (const_iterator begin_r, const_iterator end_r, const Pathname &rootDir_r, const PackageProvider &packageProvider_r) | |
| Ctor. | |
| ~CommitPackageCache () | |
| Dtor. | |
| ManagedFile | get (const_iterator citem_r) |
| Provide a package. | |
| CommitPackageCache (Impl *pimpl_r) | |
| Ctor taking an implementation. | |
Private Attributes | |
| RW_pointer< Impl > | _pimpl |
| Pointer to implementation. | |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const CommitPackageCache &obj) |
| Stream output. | |
Classes | |
| class | Impl |
| Base for CommitPackageCache implementations (implements no chache). More... | |
Definition at line 38 of file CommitPackageCache.h.
| typedef std::list<PoolItem>::const_iterator zypp::target::CommitPackageCache::const_iterator |
Definition at line 43 of file CommitPackageCache.h.
| typedef function<ManagedFile( const PoolItem & pi )> zypp::target::CommitPackageCache::PackageProvider |
Definition at line 44 of file CommitPackageCache.h.
| zypp::target::CommitPackageCache::CommitPackageCache | ( | const_iterator | begin_r, | |
| const_iterator | end_r, | |||
| const Pathname & | rootDir_r, | |||
| const PackageProvider & | packageProvider_r | |||
| ) |
| zypp::target::CommitPackageCache::~CommitPackageCache | ( | ) |
| zypp::target::CommitPackageCache::CommitPackageCache | ( | Impl * | pimpl_r | ) | [explicit] |
Ctor taking an implementation.
Definition at line 40 of file CommitPackageCache.cc.
References _pimpl.
| ManagedFile zypp::target::CommitPackageCache::get | ( | const_iterator | citem_r | ) |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const CommitPackageCache & | obj | |||
| ) | [friend] |
Pointer to implementation.
Definition at line 67 of file CommitPackageCache.h.
Referenced by CommitPackageCache(), get(), and zypp::target::operator<<().
1.5.3