libzypp 17.37.17
CommitMessages.h File Reference
#include <zypp-core/rpc/PluginFrame.h>
#include <zypp-core/ng/pipelines/expected.h>
#include <cstdint>
#include <string>
#include <variant>
#include <vector>
Include dependency graph for CommitMessages.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zypp::proto::target::InstallStep
struct  zypp::proto::target::RemoveStep
struct  zypp::proto::target::Commit
struct  zypp::proto::target::TransactionError
struct  zypp::proto::target::RpmLog
struct  zypp::proto::target::PackageBegin
struct  zypp::proto::target::PackageFinished
struct  zypp::proto::target::PackageError
struct  zypp::proto::target::PackageProgress
struct  zypp::proto::target::CleanupBegin
struct  zypp::proto::target::CleanupFinished
struct  zypp::proto::target::CleanupProgress
struct  zypp::proto::target::ScriptBegin
struct  zypp::proto::target::ScriptFinished
struct  zypp::proto::target::ScriptError
struct  zypp::proto::target::TransBegin
struct  zypp::proto::target::TransFinished
struct  zypp::proto::target::TransProgress

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
namespace  zypp::proto
namespace  zypp::proto::target

Typedefs

using zypp::proto::target::TransactionStep = std::variant<InstallStep,RemoveStep>