#include <MessageImpl.h>
Public Member Functions | |
| MessageImpl () | |
| Default ctor. | |
| virtual | ~MessageImpl () |
| Dtor. | |
| virtual TranslatedText | text () const |
| Get the text of the message. | |
Protected Attributes | |
| TranslatedText | _text |
| The text of the message. | |
Definition at line 29 of file MessageImpl.h.
| zypp::detail::MessageImpl::MessageImpl | ( | ) |
| zypp::detail::MessageImpl::~MessageImpl | ( | ) | [virtual] |
| TranslatedText zypp::detail::MessageImpl::text | ( | ) | const [virtual] |
Get the text of the message.
Reimplemented from zypp::detail::MessageImplIf.
Definition at line 37 of file MessageImpl.cc.
References _text.
TranslatedText zypp::detail::MessageImpl::_text [protected] |
The text of the message.
Definition at line 42 of file MessageImpl.h.
Referenced by zypp::repo::memory::MessageImpl::text(), and text().
1.5.3