#include <XMLMessageImpl.h>
Inheritance diagram for zypp::storage::XMLMessageImpl:

Public Member Functions | |
| XMLMessageImpl () | |
| Default ctor. | |
| virtual | ~XMLMessageImpl () |
| Dtor. | |
| virtual TranslatedText | text () const |
| Get the text of the message. | |
Public Attributes | |
| TranslatedText | _text |
| The text of the message. | |
Definition at line 29 of file XMLMessageImpl.h.
|
|
Default ctor.
Definition at line 31 of file XMLMessageImpl.cc. |
|
|
Dtor.
Definition at line 34 of file XMLMessageImpl.cc. |
|
|
Get the text of the message.
Implements zypp::detail::MessageImplIf. Definition at line 37 of file XMLMessageImpl.cc. References _text. |
|
|
The text of the message.
Definition at line 41 of file XMLMessageImpl.h. Referenced by text(). |
1.4.6