|
libzypp
17.38.7
|
#include <sstream>#include <zypp-core/base/PtrTypes.h>#include <zypp-core/base/String.h>#include <zypp-core/base/Logger.h>#include <zypp-core/parser/ParseException>#include <zypp/HistoryLogData.h>
Go to the source code of this file.
Classes | |
| class | zypp::HistoryLogData::Impl |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
| #define | OUTS(E, T) case HistoryActionID::E: return Ptr( new T( fields_r ) ); break; |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, const HistoryActionID &id) |
| relates: HistoryActionID More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const HistoryLogData &obj) |
| relates: HistoryLogData Stream output More... | |
| #define OUTS | ( | E, | |
| T | |||
| ) | case HistoryActionID::E: return Ptr( new T( fields_r ) ); break; |