#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.
|
◆ OUTS [1/2]
Value:case Match::V:
return str << #V;
break
String related utilities and Regular expression matching.
◆ OUTS [2/2]
Value:if ( val & Match::V.get() ) { val &= ~Match::V.get();
if ( sep )
str << sep;
else sep =
"|";
str << #V; }