#include <MessageImplIf.h>
Inheritance diagram for zypp::detail::MessageImplIf:

Public Types | |
| typedef Message | ResType |
Public Member Functions | |
| virtual TranslatedText | text () const PURE_VIRTUAL |
| Get the text of the message. | |
| virtual ByteCount | size () const |
| Size. | |
| virtual Patch::constPtr | patch () const |
| Patch the message belongs to - if any. | |
Definition at line 34 of file MessageImplIf.h.
Definition at line 37 of file MessageImplIf.h.
| TranslatedText zypp::detail::MessageImplIf::text | ( | ) | const [virtual] |
Get the text of the message.
Reimplemented in zypp::detail::MessageImpl, zypp::source::yum::YUMMessageImpl, and zypp::storage::XMLMessageImpl.
Definition at line 26 of file MessageImplIf.cc.
Referenced by zypp::Message::text().
| ByteCount zypp::detail::MessageImplIf::size | ( | ) | const [virtual] |
Size.
Reimplemented from zypp::detail::ResObjectImplIf.
Reimplemented in zypp::storage::XMLMessageImpl.
Definition at line 29 of file MessageImplIf.cc.
References zypp::detail::ResObjectImplIf::size().
| Patch::constPtr zypp::detail::MessageImplIf::patch | ( | ) | const [virtual] |
Patch the message belongs to - if any.
Reimplemented in zypp::source::yum::YUMMessageImpl.
Definition at line 33 of file MessageImplIf.cc.
Referenced by zypp::Message::patch().
1.5.0