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 * | r (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 _content, _created, _description, _edition, _name, and zypp::xml::ParseDef::MANDTAORY.
| static shared_ptr<Impl> zypp::syscontent::Reader::Impl::nullimpl | ( | ) | [inline, static] |
| Impl* zypp::syscontent::Reader::Impl::clone | ( | ) | const [inline, private] |
| std::string zypp::syscontent::Reader::Impl::_name |
| std::string zypp::syscontent::Reader::Impl::_description |
| std::list<Entry> zypp::syscontent::Reader::Impl::_content |
1.5.3