libzypp
11.13.5
|
#include <HistoryLogData.h>
Public Types | |
typedef shared_ptr < HistoryItemRepoAliasChange > | Ptr |
![]() | |
typedef std::vector< std::string > | FieldVector |
Public Member Functions | |
HistoryItemRepoAliasChange (FieldVector &fields) | |
virtual | ~HistoryItemRepoAliasChange () |
virtual void | dumpTo (std::ostream &str) const |
![]() | |
HistoryItem (FieldVector &fields) | |
virtual | ~HistoryItem () |
Public Attributes | |
std::string | oldalias |
std::string | newalias |
![]() | |
Date | date |
HistoryActionID | action |
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.
|
inlinevirtual |
Definition at line 210 of file HistoryLogData.h.
|
virtual |
Reimplemented from zypp::HistoryItem.
Definition at line 287 of file HistoryLogData.cc.
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.