libzypp
13.10.6
|
Restored ResObject data. More...
#include <SysContent.h>
Classes | |
class | Impl |
Public Member Functions | |
Entry () | |
const std::string & | kind () const |
const std::string & | name () const |
const Edition & | edition () const |
const Arch & | arch () const |
Entry (const shared_ptr< Impl > &pimpl_r) | |
Private Attributes | |
RW_pointer< Impl > | _pimpl |
Restored ResObject data.
Definition at line 234 of file SysContent.h.
zypp::syscontent::Reader::Entry::Entry | ( | ) |
Definition at line 211 of file SysContent.cc.
zypp::syscontent::Reader::Entry::Entry | ( | const shared_ptr< Impl > & | pimpl_r | ) |
Definition at line 215 of file SysContent.cc.
const std::string & zypp::syscontent::Reader::Entry::kind | ( | ) | const |
Definition at line 219 of file SysContent.cc.
const std::string & zypp::syscontent::Reader::Entry::name | ( | ) | const |
Definition at line 222 of file SysContent.cc.
const Edition & zypp::syscontent::Reader::Entry::edition | ( | ) | const |
Definition at line 225 of file SysContent.cc.
const Arch & zypp::syscontent::Reader::Entry::arch | ( | ) | const |
Definition at line 228 of file SysContent.cc.
|
private |
Definition at line 246 of file SysContent.h.