|
libzypp
9.1.2
|
WebpinResult implementation. More...
Public Member Functions | |
| Impl () | |
| ~Impl () | |
Public Attributes | |
| std::string | name |
| Edition | edition |
| CheckSum | checksum |
| Url | repourl |
| string | summary |
| string | distro |
| int | priority |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const WebpinResult::Impl &obj) |
WebpinResult implementation.
Definition at line 30 of file WebpinResult.cc.
| zypp::ws::WebpinResult::Impl::Impl | ( | ) | [inline] |
Definition at line 32 of file WebpinResult.cc.
| zypp::ws::WebpinResult::Impl::~Impl | ( | ) | [inline] |
Definition at line 36 of file WebpinResult.cc.
| Impl* zypp::ws::WebpinResult::Impl::clone | ( | ) | const [inline, private] |
clone for RWCOW_pointer
Definition at line 52 of file WebpinResult.cc.
| Impl* rwcowClone | ( | const Impl * | rhs | ) | [friend] |
| std::ostream & operator<< | ( | std::ostream & | str, |
| const WebpinResult::Impl & | obj | ||
| ) | [related] |
Stream output
Definition at line 57 of file WebpinResult.cc.
| std::string zypp::ws::WebpinResult::Impl::name |
Definition at line 41 of file WebpinResult.cc.
Referenced by zypp::ws::WebpinResult::name(), and zypp::ws::WebpinResult::setName().
Definition at line 42 of file WebpinResult.cc.
Referenced by zypp::ws::WebpinResult::edition(), and zypp::ws::WebpinResult::setEdition().
Definition at line 43 of file WebpinResult.cc.
Referenced by zypp::ws::WebpinResult::checksum(), and zypp::ws::WebpinResult::setChecksum().
Definition at line 44 of file WebpinResult.cc.
Referenced by zypp::ws::WebpinResult::repositoryUrl(), and zypp::ws::WebpinResult::setRepositoryUrl().
Definition at line 45 of file WebpinResult.cc.
Referenced by zypp::ws::WebpinResult::setSummary(), and zypp::ws::WebpinResult::summary().
Definition at line 46 of file WebpinResult.cc.
Referenced by zypp::ws::WebpinResult::distribution(), and zypp::ws::WebpinResult::setDistribution().
Definition at line 47 of file WebpinResult.cc.
Referenced by zypp::ws::WebpinResult::priority(), and zypp::ws::WebpinResult::setPriority().
1.7.6.1