|
libzypp
9.1.2
|
#include <HistoryLogData.h>

Public Types | |
| typedef shared_ptr < HistoryItemRepoUrlChange > | Ptr |
Public Member Functions | |
| HistoryItemRepoUrlChange (FieldVector &fields) | |
| virtual | ~HistoryItemRepoUrlChange () |
| virtual void | dumpTo (std::ostream &str) const |
Public Attributes | |
| std::string | alias |
| Url | newurl |
Definition at line 226 of file HistoryLogData.h.
| typedef shared_ptr<HistoryItemRepoUrlChange> zypp::HistoryItemRepoUrlChange::Ptr |
Reimplemented from zypp::HistoryItem.
Definition at line 229 of file HistoryLogData.h.
Definition at line 306 of file HistoryLogData.cc.
References alias, zypp::str::form(), newurl, and ZYPP_THROW.
| virtual zypp::HistoryItemRepoUrlChange::~HistoryItemRepoUrlChange | ( | ) | [inline, virtual] |
Definition at line 232 of file HistoryLogData.h.
| void zypp::HistoryItemRepoUrlChange::dumpTo | ( | std::ostream & | str | ) | const [virtual] |
Reimplemented from zypp::HistoryItem.
Definition at line 318 of file HistoryLogData.cc.
Referenced by zypp::operator<<().
| std::string zypp::HistoryItemRepoUrlChange::alias |
Definition at line 238 of file HistoryLogData.h.
Referenced by dumpTo(), and HistoryItemRepoUrlChange().
Definition at line 239 of file HistoryLogData.h.
Referenced by dumpTo(), and HistoryItemRepoUrlChange().
1.7.6.1