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