|
libzypp
9.1.2
|
Static Public Member Functions | |
| std::ostream & | writeXml (std::ostream &str) const |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Public Attributes | |
| std::string | _name |
| Edition | _edition |
| std::string | _description |
| StorageT | _onsys |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Definition at line 61 of file SysContent.cc.
| std::ostream & zypp::syscontent::Writer::Impl::writeXml | ( | std::ostream & | str | ) | const [static] |
Definition at line 93 of file SysContent.cc.
References _description, _edition, _name, _onsys, zypp::Date::asSeconds(), zypp::Edition::epoch(), zypp::Date::now(), zypp::str::numstring(), zypp::Edition::release(), and zypp::Edition::version().
Referenced by zypp::syscontent::Writer::writeXml().
| static shared_ptr<Impl> zypp::syscontent::Writer::Impl::nullimpl | ( | ) | [inline, static] |
Offer default Impl.
Definition at line 74 of file SysContent.cc.
| Impl* zypp::syscontent::Writer::Impl::clone | ( | ) | const [inline, private] |
clone for RWCOW_pointer
Definition at line 83 of file SysContent.cc.
| Impl* rwcowClone | ( | const Impl * | rhs | ) | [friend] |
| std::string zypp::syscontent::Writer::Impl::_name |
Definition at line 67 of file SysContent.cc.
Referenced by zypp::syscontent::Writer::name(), and writeXml().
Definition at line 68 of file SysContent.cc.
Referenced by zypp::syscontent::Writer::edition(), and writeXml().
| std::string zypp::syscontent::Writer::Impl::_description |
Definition at line 69 of file SysContent.cc.
Referenced by zypp::syscontent::Writer::description(), and writeXml().
Definition at line 70 of file SysContent.cc.
Referenced by zypp::syscontent::Writer::add(), zypp::syscontent::Writer::addIf(), zypp::syscontent::Writer::addInstalled(), zypp::syscontent::Writer::begin(), zypp::syscontent::Writer::empty(), zypp::syscontent::Writer::end(), zypp::syscontent::Writer::size(), and writeXml().
1.7.6.1