#include <YUMImpl.h>
Inheritance diagram for YUM::Impl:

Public Types | |
| typedef InstSrcError | Error |
Public Member Functions | |
| Impl (InstSrcDataYUM &parent, const Pathname &repoDir_r) | |
| virtual | ~Impl () |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| const std::list< PMPackagePtr > & | getPackages () const |
| constInstSrcPtr | instSrc () const |
| PMError | providePkgToInstall (const Pathname &pkgfile_r, Pathname &path_r) const |
| const Repodata & | repodata () const |
Private Member Functions | |
| Impl & | operator= (const Impl &) |
| Impl (const Impl &) | |
| bool | scanPrimary (YUMPrimaryParser &iter_r) |
Private Attributes | |
| InstSrcDataYUM & | _parent |
| Repodata | _repodata |
| std::list< PMPackagePtr > | _packages |
|
|
Default error class |
|
|
|
|
||||||||||||
|
Ctor |
|
|
Dtor |
|
|
Dump debug data Reimplemented from Rep. |
|
|
Return list of Packages on this source |
|
|
Return the InstSrcPtr |
|
|
|
|
||||||||||||
|
Let the InstSrc provide |
|
|
Return handle to the repodata cache |
|
|
|
|
|
The packages |
|
|
Back link to interface |
|
|
Metadata |
1.4.4