libzypp 17.37.17
CommitMessages.cc File Reference
#include "CommitMessages.h"
#include <zypp-core/TriBool.h>
#include <zypp-core/ng/core/String>
#include <zypp-core/ng/rpc/stompframestream.h>
#include <string>
#include <string_view>
Include dependency graph for CommitMessages.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define IMPL_TRIVIAL_MESSAGE(Type)

Functions

 zypp::proto::target::IMPL_TRIVIAL_MESSAGE (TransFinished)

Macro Definition Documentation

◆ IMPL_TRIVIAL_MESSAGE

#define IMPL_TRIVIAL_MESSAGE ( Type)
Value:
zyppng::expected<PluginFrame> Type::toStompMessage() const \
{ \
return makeTrivialMessage( #Type, *this ); \
} \
\
zyppng::expected<Type> Type::fromStompMessage(const PluginFrame &msg) \
{ \
return parseTrivialMessage<Type>( msg ); \
}

Definition at line 91 of file CommitMessages.cc.