libzypp  17.38.7
zyppng::log::formatter< sat::SolvableSpec > Struct Template 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

template<>
struct zyppng::log::formatter< sat::SolvableSpec >

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]}

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: