libzypp
13.10.6
|
Public Member Functions | |
Impl () | |
Impl (std::istream &input_r) | |
Static Public Member Functions | |
static shared_ptr< Impl > | nullimpl () |
Offer default Impl. More... | |
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 More... | |
Friends | |
Impl * | rwcowClone (const Impl *rhs) |
Definition at line 236 of file SysContent.cc.
|
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.
|
inlinestatic |
Offer default Impl.
Definition at line 254 of file SysContent.cc.
|
inlineprivate |
clone for RWCOW_pointer
Definition at line 263 of file SysContent.cc.
std::string zypp::syscontent::Reader::Impl::_name |
Definition at line 245 of file SysContent.cc.
Edition zypp::syscontent::Reader::Impl::_edition |
Definition at line 246 of file SysContent.cc.
std::string zypp::syscontent::Reader::Impl::_description |
Definition at line 247 of file SysContent.cc.
Date zypp::syscontent::Reader::Impl::_created |
Definition at line 248 of file SysContent.cc.
std::list<Entry> zypp::syscontent::Reader::Impl::_content |
Definition at line 250 of file SysContent.cc.