#include <MessageImplIf.h>
Inheritance diagram for zypp::detail::MessageImplIf:
Public Types | |
typedef Message | ResType |
Public Member Functions | |
virtual TranslatedText | text () const =0 |
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. |
|
Get the text of the message.
Implemented in zypp::detail::MessageImpl, zypp::source::yum::YUMMessageImpl, and zypp::storage::XMLMessageImpl. Referenced by zypp::Message::text(). |
|
Size.
Reimplemented from zypp::detail::ResObjectImplIf. Reimplemented in zypp::storage::XMLMessageImpl. Definition at line 26 of file MessageImplIf.cc. References zypp::detail::ResObjectImplIf::size(). |
|
Patch the message belongs to - if any.
Reimplemented in zypp::source::yum::YUMMessageImpl. Definition at line 30 of file MessageImplIf.cc. Referenced by zypp::Message::patch(). |