|
libzypp
9.1.2
|
Public Member Functions | |
| Impl () | |
| Impl (std::istream &input_r) | |
Static Public Member Functions | |
| static shared_ptr< Impl > | nullimpl () |
| Offer default Impl. | |
Public Attributes | |
| std::string | _name |
| Edition | _edition |
| std::string | _description |
| Date | _created |
| std::list< Entry > | _content |
Private Member Functions | |
| Impl * | clone () const |
| clone for RWCOW_pointer | |
Friends | |
| Impl * | rwcowClone (const Impl *rhs) |
Definition at line 236 of file SysContent.cc.
| zypp::syscontent::Reader::Impl::Impl | ( | ) | [inline] |
Definition at line 239 of file SysContent.cc.
| zypp::syscontent::Reader::Impl::Impl | ( | std::istream & | input_r | ) |
Definition at line 377 of file SysContent.cc.
References zypp::xml::ParseDef::MANDTAORY.
| static shared_ptr<Impl> zypp::syscontent::Reader::Impl::nullimpl | ( | ) | [inline, static] |
Offer default Impl.
Definition at line 254 of file SysContent.cc.
| Impl* zypp::syscontent::Reader::Impl::clone | ( | ) | const [inline, private] |
clone for RWCOW_pointer
Definition at line 263 of file SysContent.cc.
| Impl* rwcowClone | ( | const Impl * | rhs | ) | [friend] |
| std::string zypp::syscontent::Reader::Impl::_name |
Definition at line 245 of file SysContent.cc.
Referenced by zypp::syscontent::Reader::Entry::name().
Definition at line 246 of file SysContent.cc.
Referenced by zypp::syscontent::Reader::Entry::edition().
| std::string zypp::syscontent::Reader::Impl::_description |
Definition at line 247 of file SysContent.cc.
Definition at line 248 of file SysContent.cc.
| std::list<Entry> zypp::syscontent::Reader::Impl::_content |
Definition at line 250 of file SysContent.cc.
1.7.6.1