libzypp
11.13.5
|
#include <HistoryLogData.h>
Public Types | |
typedef shared_ptr < HistoryItemRepoAdd > | Ptr |
![]() | |
typedef std::vector< std::string > | FieldVector |
Public Member Functions | |
HistoryItemRepoAdd (FieldVector &fields) | |
virtual | ~HistoryItemRepoAdd () |
virtual void | dumpTo (std::ostream &str) const |
![]() | |
HistoryItem (FieldVector &fields) | |
virtual | ~HistoryItem () |
Public Attributes | |
std::string | alias |
Url | url |
![]() | |
Date | date |
HistoryActionID | action |
Definition at line 161 of file HistoryLogData.h.
typedef shared_ptr<HistoryItemRepoAdd> zypp::HistoryItemRepoAdd::Ptr |
Reimplemented from zypp::HistoryItem.
Definition at line 164 of file HistoryLogData.h.
zypp::HistoryItemRepoAdd::HistoryItemRepoAdd | ( | FieldVector & | fields | ) |
Definition at line 212 of file HistoryLogData.cc.
|
inlinevirtual |
Definition at line 167 of file HistoryLogData.h.
|
virtual |
Reimplemented from zypp::HistoryItem.
Definition at line 224 of file HistoryLogData.cc.
std::string zypp::HistoryItemRepoAdd::alias |
Definition at line 173 of file HistoryLogData.h.
Url zypp::HistoryItemRepoAdd::url |
Definition at line 174 of file HistoryLogData.h.