libzypp
10.5.0
|
#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.
zypp::HistoryItemRepoAliasChange::HistoryItemRepoAliasChange | ( | FieldVector & | fields | ) |
Definition at line 275 of file HistoryLogData.cc.
virtual zypp::HistoryItemRepoAliasChange::~HistoryItemRepoAliasChange | ( | ) | [inline, virtual] |
Definition at line 210 of file HistoryLogData.h.
virtual void zypp::HistoryItemRepoAliasChange::dumpTo | ( | std::ostream & | str | ) | const [virtual] |
Reimplemented from zypp::HistoryItem.
std::string zypp::HistoryItemRepoAliasChange::oldalias |
Definition at line 216 of file HistoryLogData.h.
std::string zypp::HistoryItemRepoAliasChange::newalias |
Definition at line 217 of file HistoryLogData.h.