#include <SrcPackage.h>
Inheritance diagram for zypp::SrcPackage:

Public Types | |
| typedef detail::SrcPackageImplIf | Impl |
| typedef SrcPackage | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
Public Member Functions | |
| ByteCount | archivesize () const |
| DiskUsage | diskusage () const |
| Disk usage per directory. | |
| Pathname | location () const |
| location in source | |
Protected Member Functions | |
| SrcPackage (const NVRAD &nvrad_r) | |
| virtual | ~SrcPackage () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const=0 |
| Access implementation. | |
Definition at line 30 of file SrcPackage.h.
| typedef SrcPackage zypp::SrcPackage::Self |
| typedef ResTraits<Self> zypp::SrcPackage::TraitsType |
| zypp::SrcPackage::SrcPackage | ( | const NVRAD & | nvrad_r | ) | [protected] |
Definition at line 29 of file SrcPackage.cc.
| zypp::SrcPackage::~SrcPackage | ( | ) | [protected, virtual] |
| ByteCount zypp::SrcPackage::archivesize | ( | ) | const |
Reimplemented from zypp::ResObject.
Definition at line 47 of file SrcPackage.cc.
References zypp::detail::SrcPackageImplIf::archivesize(), and pimpl().
| DiskUsage zypp::SrcPackage::diskusage | ( | ) | const |
Disk usage per directory.
Definition at line 50 of file SrcPackage.cc.
References zypp::detail::SrcPackageImplIf::diskusage(), and pimpl().
| Pathname zypp::SrcPackage::location | ( | ) | const |
location in source
Definition at line 53 of file SrcPackage.cc.
References zypp::detail::SrcPackageImplIf::location(), and pimpl().
| virtual Impl& zypp::SrcPackage::pimpl | ( | ) | [private, pure virtual] |
Access implementation.
Implements zypp::ResObject.
Referenced by archivesize(), diskusage(), and location().
| virtual const Impl& zypp::SrcPackage::pimpl | ( | ) | const [private, pure virtual] |
1.5.0