#include <solv/repo.h>
#include <iostream>
#include <sstream>
#include <zypp/base/LogTools.h>
#include <zypp/base/Gettext.h>
#include <zypp/base/String.h>
#include <zypp/base/StrMatcher.h>
#include <zypp/sat/detail/PoolMember.h>
Go to the source code of this file.
|
namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
|
#define | OUTS(V) case Match::V: return str << #V; break |
|
#define | OUTS(V) if ( val & Match::V.get() ) { val &= ~Match::V.get(); if ( sep ) str << sep; else sep = "|"; str << #V; } |
|
◆ OUTS [1/2]
#define OUTS |
( |
|
V | ) |
case Match::V: return str << #V; break |
◆ OUTS [2/2]
#define OUTS |
( |
|
V | ) |
if ( val & Match::V.get() ) { val &= ~Match::V.get(); if ( sep ) str << sep; else sep = "|"; str << #V; } |