#include <Message.h>
Public Types | |
| typedef detail::MessageImplIf | Impl |
| typedef Message | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
Public Member Functions | |
| TranslatedText | text () const |
| Get the text of the message. | |
| Patch::constPtr | patch () const |
| Patch the message belongs to - if any. | |
Protected Member Functions | |
| Message (const NVRAD &nvrad_r) | |
| virtual | ~Message () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const =0 |
| Access implementation. | |
Definition at line 28 of file Message.h.
| typedef Message zypp::Message::Self |
| typedef ResTraits<Self> zypp::Message::TraitsType |
| zypp::Message::Message | ( | const NVRAD & | nvrad_r | ) | [protected] |
Definition at line 27 of file Message.cc.
| zypp::Message::~Message | ( | ) | [protected, virtual] |
| TranslatedText zypp::Message::text | ( | ) | const |
| Patch::constPtr zypp::Message::patch | ( | ) | const |
Patch the message belongs to - if any.
Definition at line 49 of file Message.cc.
References pimpl().
| virtual Impl& zypp::Message::pimpl | ( | ) | [private, pure virtual] |
| virtual const Impl& zypp::Message::pimpl | ( | ) | const [private, pure virtual] |
1.5.3