#include <PackageDelta.h>
Public Types | |
| typedef std::list < BaseVersion > | BaseVersions |
Public Member Functions | |
| DeltaRpm () | |
| const OnMediaLocation & | location () const |
| const BaseVersion & | baseversion () const |
| const Date & | buildtime () const |
| DeltaRpm & | setName (const std::string &val_r) |
| DeltaRpm & | setEdition (const Edition &val_r) |
| DeltaRpm & | setArch (const Arch &val_r) |
| DeltaRpm & | setLocation (const OnMediaLocation &val_r) |
| DeltaRpm & | setBaseversion (const BaseVersion &val_r) |
| DeltaRpm & | 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 |
| BaseVersion | _baseversion |
| Date | _buildtime |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const DeltaRpm &obj) |
| Stream output. | |
Classes | |
| class | BaseVersion |
Definition at line 78 of file PackageDelta.h.
| typedef std::list<BaseVersion> zypp::packagedelta::DeltaRpm::BaseVersions |
Definition at line 106 of file PackageDelta.h.
| zypp::packagedelta::DeltaRpm::DeltaRpm | ( | ) | [inline] |
Definition at line 109 of file PackageDelta.h.
| const std::string& zypp::packagedelta::DeltaRpm::name | ( | ) | const [inline] |
Definition at line 115 of file PackageDelta.h.
References _name.
Referenced by zypp::packagedelta::operator<<().
| const Edition& zypp::packagedelta::DeltaRpm::edition | ( | ) | const [inline] |
Definition at line 116 of file PackageDelta.h.
References _edition.
Referenced by zypp::packagedelta::operator<<().
| const Arch& zypp::packagedelta::DeltaRpm::arch | ( | ) | const [inline] |
Definition at line 117 of file PackageDelta.h.
References _arch.
Referenced by zypp::packagedelta::operator<<().
| const OnMediaLocation& zypp::packagedelta::DeltaRpm::location | ( | ) | const [inline] |
Definition at line 119 of file PackageDelta.h.
References _location.
Referenced by zypp::packagedelta::operator<<(), and zypp::repo::PackageProvider::tryDelta().
| const BaseVersion& zypp::packagedelta::DeltaRpm::baseversion | ( | ) | const [inline] |
Definition at line 120 of file PackageDelta.h.
References _baseversion.
Referenced by zypp::packagedelta::operator<<(), and zypp::repo::PackageProvider::tryDelta().
| const Date& zypp::packagedelta::DeltaRpm::buildtime | ( | ) | const [inline] |
Definition at line 121 of file PackageDelta.h.
References _buildtime.
Referenced by zypp::packagedelta::operator<<().
| DeltaRpm& zypp::packagedelta::DeltaRpm::setName | ( | const std::string & | val_r | ) | [inline] |
Definition at line 124 of file PackageDelta.h.
References _name.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
Definition at line 125 of file PackageDelta.h.
References _edition.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
Definition at line 126 of file PackageDelta.h.
References _arch.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
| DeltaRpm& zypp::packagedelta::DeltaRpm::setLocation | ( | const OnMediaLocation & | val_r | ) | [inline] |
Definition at line 127 of file PackageDelta.h.
References _location.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
| DeltaRpm& zypp::packagedelta::DeltaRpm::setBaseversion | ( | const BaseVersion & | val_r | ) | [inline] |
Definition at line 128 of file PackageDelta.h.
References _baseversion.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
Definition at line 129 of file PackageDelta.h.
References _buildtime.
Referenced by zypp::repo::cached::RepoImpl::createPatchAndDeltas().
| std::ostream & operator<< | ( | std::ostream & | str, | |
| const DeltaRpm & | obj | |||
| ) | [related] |
std::string zypp::packagedelta::DeltaRpm::_name [private] |
Arch zypp::packagedelta::DeltaRpm::_arch [private] |
Date zypp::packagedelta::DeltaRpm::_buildtime [private] |
1.5.3