|
libzypp
9.1.2
|
#include <HistoryLogData.h>

Public Types | |
| typedef shared_ptr < HistoryItemRepoAdd > | Ptr |
Public Member Functions | |
| HistoryItemRepoAdd (FieldVector &fields) | |
| virtual | ~HistoryItemRepoAdd () |
| virtual void | dumpTo (std::ostream &str) const |
Public Attributes | |
| std::string | alias |
| Url | url |
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.
Definition at line 212 of file HistoryLogData.cc.
References alias, zypp::str::form(), url, and ZYPP_THROW.
| virtual zypp::HistoryItemRepoAdd::~HistoryItemRepoAdd | ( | ) | [inline, virtual] |
Definition at line 167 of file HistoryLogData.h.
| void zypp::HistoryItemRepoAdd::dumpTo | ( | std::ostream & | str | ) | const [virtual] |
Reimplemented from zypp::HistoryItem.
Definition at line 224 of file HistoryLogData.cc.
Referenced by zypp::operator<<().
| std::string zypp::HistoryItemRepoAdd::alias |
Definition at line 173 of file HistoryLogData.h.
Referenced by dumpTo(), and HistoryItemRepoAdd().
Definition at line 174 of file HistoryLogData.h.
Referenced by dumpTo(), and HistoryItemRepoAdd().
1.7.6.1