|
libzypp
9.1.2
|
#include <HistoryLogData.h>

Public Types | |
| typedef shared_ptr < HistoryItemRepoAliasChange > | Ptr |
Public Member Functions | |
| HistoryItemRepoAliasChange (FieldVector &fields) | |
| virtual | ~HistoryItemRepoAliasChange () |
| virtual void | dumpTo (std::ostream &str) const |
Public Attributes | |
| std::string | oldalias |
| std::string | newalias |
Definition at line 204 of file HistoryLogData.h.
| typedef shared_ptr<HistoryItemRepoAliasChange> zypp::HistoryItemRepoAliasChange::Ptr |
Reimplemented from zypp::HistoryItem.
Definition at line 207 of file HistoryLogData.h.
Definition at line 275 of file HistoryLogData.cc.
References zypp::str::form(), newalias, oldalias, and ZYPP_THROW.
| virtual zypp::HistoryItemRepoAliasChange::~HistoryItemRepoAliasChange | ( | ) | [inline, virtual] |
Definition at line 210 of file HistoryLogData.h.
| void zypp::HistoryItemRepoAliasChange::dumpTo | ( | std::ostream & | str | ) | const [virtual] |
Reimplemented from zypp::HistoryItem.
Definition at line 287 of file HistoryLogData.cc.
References newalias, and oldalias.
Referenced by zypp::operator<<().
| std::string zypp::HistoryItemRepoAliasChange::oldalias |
Definition at line 216 of file HistoryLogData.h.
Referenced by dumpTo(), and HistoryItemRepoAliasChange().
| std::string zypp::HistoryItemRepoAliasChange::newalias |
Definition at line 217 of file HistoryLogData.h.
Referenced by dumpTo(), and HistoryItemRepoAliasChange().
1.7.6.1