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

Public Types | |
| typedef detail::PackageImplIf | Impl |
| typedef Package | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
Public Member Functions | |
| CheckSum | checksum () const |
| Checksum the source says this package should have. | |
| Changelog | changelog () const |
| Get the package change log. | |
| std::string | buildhost () const |
| std::string | distribution () const |
| Label | license () const |
| std::string | packager () const |
| PackageGroup | group () const |
| std::string | url () const |
| Don't ship it as class Url, because it might be in fact anything but a legal Url. | |
| std::string | os () const |
| Text | prein () const |
| Text | postin () const |
| Text | preun () const |
| Text | postun () const |
| ByteCount | sourcesize () const |
| std::list< std::string > | authors () const |
| std::list< std::string > | filenames () const |
| DiskUsage | diskusage () const |
| Disk usage per directory. | |
| Pathname | location () const |
| location in source | |
Protected Member Functions | |
| Package (const NVRAD &nvrad_r) | |
| virtual | ~Package () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const =0 |
| Access implementation. | |
Definition at line 30 of file Package.h.
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Reimplemented from zypp::ResObject. |
|
|
Definition at line 29 of file Package.cc. |
|
|
Dtor.
Definition at line 38 of file Package.cc. |
|
|
Checksum the source says this package should have.
Definition at line 54 of file Package.cc. References zypp::detail::PackageImplIf::checksum(), and pimpl(). |
|
|
Get the package change log.
Definition at line 47 of file Package.cc. References zypp::detail::PackageImplIf::changelog(), and pimpl(). |
|
|
Definition at line 51 of file Package.cc. References zypp::detail::PackageImplIf::buildhost(), and pimpl(). |
|
|
Definition at line 58 of file Package.cc. References zypp::detail::PackageImplIf::distribution(), and pimpl(). |
|
|
Definition at line 62 of file Package.cc. References zypp::detail::PackageImplIf::license(), and pimpl(). |
|
|
Definition at line 66 of file Package.cc. References zypp::detail::PackageImplIf::packager(), and pimpl(). |
|
|
Definition at line 70 of file Package.cc. References zypp::detail::PackageImplIf::group(), and pimpl(). |
|
|
Don't ship it as class Url, because it might be in fact anything but a legal Url.
Definition at line 76 of file Package.cc. References pimpl(), and zypp::detail::PackageImplIf::url(). |
|
|
Definition at line 80 of file Package.cc. References zypp::detail::PackageImplIf::os(), and pimpl(). |
|
|
Definition at line 84 of file Package.cc. References pimpl(), and zypp::detail::PackageImplIf::prein(). |
|
|
Definition at line 88 of file Package.cc. References pimpl(), and zypp::detail::PackageImplIf::postin(). |
|
|
Definition at line 92 of file Package.cc. References pimpl(), and zypp::detail::PackageImplIf::preun(). |
|
|
Definition at line 96 of file Package.cc. References pimpl(), and zypp::detail::PackageImplIf::postun(). |
|
|
Definition at line 100 of file Package.cc. References pimpl(), and zypp::detail::PackageImplIf::sourcesize(). |
|
|
Definition at line 107 of file Package.cc. References zypp::detail::PackageImplIf::authors(), and pimpl(). |
|
|
Definition at line 111 of file Package.cc. References zypp::detail::PackageImplIf::filenames(), and pimpl(). |
|
|
Disk usage per directory.
Definition at line 103 of file Package.cc. References zypp::detail::PackageImplIf::diskusage(), and pimpl(). |
|
|
location in source
Definition at line 114 of file Package.cc. References zypp::detail::PackageImplIf::location(), and pimpl(). |
|
|
Access implementation.
Implements zypp::ResObject. Referenced by authors(), buildhost(), changelog(), checksum(), diskusage(), distribution(), filenames(), group(), license(), location(), os(), packager(), postin(), postun(), prein(), preun(), sourcesize(), and url(). |
|
|
Access implementation.
Implements zypp::ResObject. |
1.4.6