|
libzypp
9.1.2
|
#include <HistoryLogData.h>

Public Types | |
| typedef shared_ptr < HistoryItemRepoRemove > | Ptr |
Public Member Functions | |
| HistoryItemRepoRemove (FieldVector &fields) | |
| virtual | ~HistoryItemRepoRemove () |
| virtual void | dumpTo (std::ostream &str) const |
Public Attributes | |
| std::string | alias |
Definition at line 183 of file HistoryLogData.h.
| typedef shared_ptr<HistoryItemRepoRemove> zypp::HistoryItemRepoRemove::Ptr |
Reimplemented from zypp::HistoryItem.
Definition at line 186 of file HistoryLogData.h.
Definition at line 245 of file HistoryLogData.cc.
References alias, zypp::str::form(), and ZYPP_THROW.
| virtual zypp::HistoryItemRepoRemove::~HistoryItemRepoRemove | ( | ) | [inline, virtual] |
Definition at line 189 of file HistoryLogData.h.
| void zypp::HistoryItemRepoRemove::dumpTo | ( | std::ostream & | str | ) | const [virtual] |
Reimplemented from zypp::HistoryItem.
Definition at line 256 of file HistoryLogData.cc.
References alias.
Referenced by zypp::operator<<().
| std::string zypp::HistoryItemRepoRemove::alias |
Definition at line 195 of file HistoryLogData.h.
Referenced by dumpTo(), and HistoryItemRepoRemove().
1.7.6.1