libzypp 17.37.17
zypp::proto::target::PackageProgress Struct Reference

#include <shared/commit/CommitMessages.h>

Public Member Functions

zyppng::expected< zypp::PluginFrametoStompMessage () const

Static Public Member Functions

static zyppng::expected< PackageProgressfromStompMessage (const zypp::PluginFrame &msg)

Public Attributes

uint32_t stepId
uint32_t amount

Static Public Attributes

static constexpr std::string_view typeName = "PackageProgress"

Detailed Description

Definition at line 122 of file CommitMessages.h.

Member Function Documentation

◆ toStompMessage()

zyppng::expected< PluginFrame > zypp::proto::target::PackageProgress::toStompMessage ( ) const

Definition at line 260 of file CommitMessages.cc.

◆ fromStompMessage()

zyppng::expected< PackageProgress > zypp::proto::target::PackageProgress::fromStompMessage ( const zypp::PluginFrame & msg)
static

Definition at line 268 of file CommitMessages.cc.

Member Data Documentation

◆ typeName

std::string_view zypp::proto::target::PackageProgress::typeName = "PackageProgress"
staticconstexpr

Definition at line 123 of file CommitMessages.h.

◆ stepId

uint32_t zypp::proto::target::PackageProgress::stepId

Definition at line 124 of file CommitMessages.h.

◆ amount

uint32_t zypp::proto::target::PackageProgress::amount

Definition at line 125 of file CommitMessages.h.


The documentation for this struct was generated from the following files: