#include <PackageDelta.h>
Public Types | |
| typedef Edition | BaseVersion |
| typedef std::list < BaseVersion > | BaseVersions |
Public Member Functions | |
| PatchRpm () | |
| const OnMediaLocation & | location () const |
| const BaseVersions & | baseversions () const |
| const Date & | buildtime () const |
| PatchRpm & | setName (const std::string &val_r) |
| PatchRpm & | setEdition (const Edition &val_r) |
| PatchRpm & | setArch (const Arch &val_r) |
| PatchRpm & | setLocation (const OnMediaLocation &val_r) |
| PatchRpm & | setBaseversions (const BaseVersions &val_r) |
| PatchRpm & | addBaseversion (const BaseVersion &val_r) |
| PatchRpm & | setBuildtime (const Date &val_r) |
Target package ident. | |
| const std::string & | name () const |
| const Edition & | edition () const |
| const Arch & | arch () const |
Private Attributes | |
| std::string | _name |
| Edition | _edition |
| Arch | _arch |
| 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 33 of file PackageDelta.h.
Definition at line 36 of file PackageDelta.h.
| typedef std::list<BaseVersion> zypp::packagedelta::PatchRpm::BaseVersions |
Definition at line 37 of file PackageDelta.h.
| zypp::packagedelta::PatchRpm::PatchRpm | ( | ) | [inline] |
Definition at line 40 of file PackageDelta.h.
| const std::string& zypp::packagedelta::PatchRpm::name | ( | ) | const [inline] |
Definition at line 46 of file PackageDelta.h.
References _name.
Referenced by zypp::packagedelta::operator<<().
| const Edition& zypp::packagedelta::PatchRpm::edition | ( | ) | const [inline] |
Definition at line 47 of file PackageDelta.h.
References _edition.
Referenced by zypp::packagedelta::operator<<().
| const Arch& zypp::packagedelta::PatchRpm::arch | ( | ) | const [inline] |
Definition at line 48 of file PackageDelta.h.
References _arch.
Referenced by zypp::packagedelta::operator<<().
| const OnMediaLocation& zypp::packagedelta::PatchRpm::location | ( | ) | const [inline] |
Definition at line 50 of file PackageDelta.h.
References _location.
Referenced by zypp::packagedelta::operator<<(), and zypp::repo::PackageProvider::tryPatch().
| const BaseVersions& zypp::packagedelta::PatchRpm::baseversions | ( | ) | const [inline] |
Definition at line 51 of file PackageDelta.h.
References _baseversions.
Referenced by zypp::packagedelta::operator<<(), and zypp::repo::PackageProvider::tryPatch().
| const Date& zypp::packagedelta::PatchRpm::buildtime | ( | ) | const [inline] |
Definition at line 52 of file PackageDelta.h.
References _buildtime.
Referenced by zypp::packagedelta::operator<<().
| PatchRpm& zypp::packagedelta::PatchRpm::setName | ( | const std::string & | val_r | ) | [inline] |
Definition at line 55 of file PackageDelta.h.
References _name.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
Definition at line 56 of file PackageDelta.h.
References _edition.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
Definition at line 57 of file PackageDelta.h.
References _arch.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
| PatchRpm& zypp::packagedelta::PatchRpm::setLocation | ( | const OnMediaLocation & | val_r | ) | [inline] |
Definition at line 58 of file PackageDelta.h.
References _location.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
| PatchRpm& zypp::packagedelta::PatchRpm::setBaseversions | ( | const BaseVersions & | val_r | ) | [inline] |
| PatchRpm& zypp::packagedelta::PatchRpm::addBaseversion | ( | const BaseVersion & | val_r | ) | [inline] |
Definition at line 60 of file PackageDelta.h.
References _baseversions.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
Definition at line 61 of file PackageDelta.h.
References _buildtime.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const PatchRpm & | obj | |||
| ) | [related] |
std::string zypp::packagedelta::PatchRpm::_name [private] |
Arch zypp::packagedelta::PatchRpm::_arch [private] |
Definition at line 68 of file PackageDelta.h.
Referenced by addBaseversion(), baseversions(), and setBaseversions().
Date zypp::packagedelta::PatchRpm::_buildtime [private] |
1.5.3