#include <ResolvableData.h>
Public Member Functions | |
| ResObject () | |
Public Attributes | |
| std::string | sharedDataTag |
| Raw data to determine shareDataWith. | |
| RecordId | shareDataWith |
| Share some data with another resolvable. | |
| std::string | vendor |
| Vendor. | |
| ByteCount | installedSize |
| Installed size (UI hint). | |
| Date | buildTime |
| Bildtime. | |
| DefaultIntegral < bool, false > | installOnly |
| 'rpm -i' mode. | |
| TranslatedText | summary |
| One line summary. | |
| TranslatedText | description |
| Multiline description. | |
| TranslatedText | licenseToConfirm |
| License to confirm. | |
| TranslatedText | insnotify |
| UI notification text if selected to install. | |
| TranslatedText | delnotify |
| UI notification text if selected to delete. | |
| RecordId | repository |
| Repository providing this resolvable. | |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload to realize std::ostream & operator<<. | |
Definition at line 79 of file ResolvableData.h.
| zypp::data::ResObject::ResObject | ( | ) | [inline] |
Definition at line 82 of file ResolvableData.h.
| std::ostream & zypp::data::ResObject::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::base::ReferenceCounted.
Definition at line 37 of file ResolvableData.cc.
References zypp::data::Resolvable::arch, zypp::data::Resolvable::edition, and zypp::data::Resolvable::name.
| std::string zypp::data::ResObject::sharedDataTag |
| std::string zypp::data::ResObject::vendor |
| DefaultIntegral<bool,false> zypp::data::ResObject::installOnly |
1.5.3