|
libzypp
9.1.2
|
#include <sstream>#include "zypp/base/PtrTypes.h"#include "zypp/base/String.h"#include "zypp/base/Logger.h"#include "zypp/parser/ParseException.h"#include "zypp/HistoryLogData.h"
Go to the source code of this file.
Namespaces | |
| namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, const HistoryActionID &id) |
| ostream & | zypp::operator<< (ostream &str, const HistoryItem &obj) |
| ostream & | zypp::operator<< (ostream &str, const HistoryItemInstall &obj) |
| ostream & | zypp::operator<< (ostream &str, const HistoryItemRemove &obj) |
| ostream & | zypp::operator<< (ostream &str, const HistoryItemRepoAdd &obj) |
| ostream & | zypp::operator<< (ostream &str, const HistoryItemRepoRemove &obj) |
| ostream & | zypp::operator<< (ostream &str, const HistoryItemRepoAliasChange &obj) |
| ostream & | zypp::operator<< (ostream &str, const HistoryItemRepoUrlChange &obj) |
Variables | |
| static std::map< std::string, HistoryActionID::ID > | zypp::_table |
Definition in file HistoryLogData.cc.
1.7.6.1