#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) |
Definition at line 32 of file PackageDelta.h.
|
|
Definition at line 35 of file PackageDelta.h. |
|
|
Definition at line 36 of file PackageDelta.h. |
|
|
Definition at line 39 of file PackageDelta.h. |
|
|
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(). |
|
|
Definition at line 44 of file PackageDelta.h. References _baseversions. Referenced by zypp::packagedelta::operator<<(), and zypp::source::PackageProvider::tryPatch(). |
|
|
Definition at line 45 of file PackageDelta.h. References _buildtime. Referenced by zypp::packagedelta::operator<<(). |
|
|
Definition at line 48 of file PackageDelta.h. References _location. |
|
|
Definition at line 49 of file PackageDelta.h. References _baseversions. |
|
|
Definition at line 50 of file PackageDelta.h. References _baseversions. |
|
|
Definition at line 51 of file PackageDelta.h. References _buildtime. |
|
||||||||||||
|
Stream output. Definition at line 28 of file PackageDelta.cc. |
|
|
Definition at line 54 of file PackageDelta.h. Referenced by location(). |
|
|
Definition at line 55 of file PackageDelta.h. Referenced by baseversion(), and baseversions(). |
|
|
Definition at line 56 of file PackageDelta.h. Referenced by buildtime(). |
1.4.6