|
libzypp 17.38.7
|
#include <iostream>#include <utility>#include <zypp-core/base/LogTools.h>#include <zypp-core/rpc/PluginFrame.h>#include <zypp-core/ng/core/String>Go to the source code of this file.
Classes | |
| struct | zypp::PluginFrame::Impl |
| PluginFrame implementation. More... | |
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
Macros | |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::plugin" |
Functions | |
| std::ostream & | zypp::operator<< (std::ostream &str, const PluginFrame::Impl &obj) |
| relates: PluginFrame::Impl Stream output | |
| std::ostream & | zypp::operator<< (std::ostream &str, const PluginFrame &obj) |
| relates: PluginFrame Stream output for logging | |
| bool | zypp::operator== (const PluginFrame &lhs, const PluginFrame &rhs) |
| relates: PluginFrame Comparison based on content. | |
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::plugin" |
Definition at line 21 of file PluginFrame.cc.