#include <SrcPackageImplIf.h>
Public Types | |
| typedef SrcPackage | ResType |
Public Member Functions | |
| virtual unsigned | mediaNr () const |
| Overloaded ResObjectImpl attribute. | |
| virtual ByteCount | downloadSize () const |
| Overloaded ResObjectImpl attribute. | |
| virtual OnMediaLocation | location () const PURE_VIRTUAL |
Definition at line 37 of file SrcPackageImplIf.h.
Definition at line 40 of file SrcPackageImplIf.h.
| unsigned zypp::detail::SrcPackageImplIf::mediaNr | ( | ) | const [virtual] |
Overloaded ResObjectImpl attribute.
Reimplemented from zypp::detail::ResObjectImplIf.
Reimplemented in zypp::repo::cached::SrcPackageImpl.
Definition at line 27 of file SrcPackageImplIf.cc.
References location(), and zypp::OnMediaLocation::medianr().
| ByteCount zypp::detail::SrcPackageImplIf::downloadSize | ( | ) | const [virtual] |
Overloaded ResObjectImpl attribute.
Reimplemented from zypp::detail::ResObjectImplIf.
Reimplemented in zypp::repo::cached::SrcPackageImpl.
Definition at line 24 of file SrcPackageImplIf.cc.
References zypp::OnMediaLocation::downloadSize(), and location().
| OnMediaLocation zypp::detail::SrcPackageImplIf::location | ( | ) | const [virtual] |
Reimplemented in zypp::repo::cached::SrcPackageImpl, and zypp::repo::memory::SrcPackageImpl.
Definition at line 35 of file SrcPackageImplIf.cc.
Referenced by downloadSize(), and mediaNr().
1.5.3