#include <PackageDelta.h>
Public Types | |
| typedef Edition | BaseVersion |
| typedef std::list< BaseVersion > | BaseVersions |
Public Member Functions | |
| PatchRpm () | |
| const source::OnMediaLocation & | location () const |
| const BaseVersions & | baseversions () const |
| const Date & | buildtime () const |
| PatchRpm & | location (const source::OnMediaLocation &val_r) |
| PatchRpm & | baseversions (const BaseVersions &val_r) |
| PatchRpm & | baseversion (const BaseVersion &val_r) |
| PatchRpm & | buildtime (const Date &val_r) |
Private Attributes | |
| source::OnMediaLocation | _location |
| BaseVersions | _baseversions |
| Date | _buildtime |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const PatchRpm &obj) |
| Stream output. | |
Definition at line 32 of file PackageDelta.h.
Definition at line 35 of file PackageDelta.h.
| typedef std::list<BaseVersion> zypp::packagedelta::PatchRpm::BaseVersions |
Definition at line 36 of file PackageDelta.h.
| zypp::packagedelta::PatchRpm::PatchRpm | ( | ) | [inline] |
Definition at line 39 of file PackageDelta.h.
| const source::OnMediaLocation& zypp::packagedelta::PatchRpm::location | ( | ) | const [inline] |
Definition at line 43 of file PackageDelta.h.
References _location.
Referenced by zypp::source::yum::YUMSourceImpl::augmentPackage(), zypp::packagedelta::operator<<(), and zypp::source::PackageProvider::tryPatch().
| const BaseVersions& zypp::packagedelta::PatchRpm::baseversions | ( | ) | const [inline] |
Definition at line 44 of file PackageDelta.h.
References _baseversions.
Referenced by zypp::packagedelta::operator<<(), and zypp::source::PackageProvider::tryPatch().
| const Date& zypp::packagedelta::PatchRpm::buildtime | ( | ) | const [inline] |
Definition at line 45 of file PackageDelta.h.
References _buildtime.
Referenced by zypp::packagedelta::operator<<().
| PatchRpm& zypp::packagedelta::PatchRpm::location | ( | const source::OnMediaLocation & | val_r | ) | [inline] |
| PatchRpm& zypp::packagedelta::PatchRpm::baseversions | ( | const BaseVersions & | val_r | ) | [inline] |
| PatchRpm& zypp::packagedelta::PatchRpm::baseversion | ( | const BaseVersion & | val_r | ) | [inline] |
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const PatchRpm & | obj | |||
| ) | [related] |
Date zypp::packagedelta::PatchRpm::_buildtime [private] |
1.5.0