libzypp 17.38.6
zyppng::log::formatter< sat::SolvableSpec > Struct Reference

Formatter for zyppng::sat::SolvableSpec. More...

#include <zypp/ng/log/sat/solvablespec.h>

Static Public Member Functions

static std::ostream & stream (std::ostream &str, const sat::SolvableSpec &obj)

Detailed Description

Formatter for zyppng::sat::SolvableSpec.

Produces a compact human-readable representation listing the ident set and the provides set, e.g.:

SolvableSpec{idents:[kernel,glibc] provides:[provides:kernel-devel]}
Define a set of Solvables by ident and provides.

Definition at line 38 of file solvablespec.h.

Member Function Documentation

◆ stream()

std::ostream & zyppng::log::formatter< sat::SolvableSpec >::stream ( std::ostream & str,
const sat::SolvableSpec & obj )
static

Definition at line 18 of file solvablespec.cc.


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