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

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.
|
|
Default ctor.
Definition at line 31 of file MessageImpl.cc. |
|
|
Dtor.
Definition at line 34 of file MessageImpl.cc. |
|
|
Get the text of the message.
Implements zypp::detail::MessageImplIf. Definition at line 37 of file MessageImpl.cc. References _text. |
|
|
The text of the message.
Definition at line 42 of file MessageImpl.h. Referenced by text(). |
1.4.6