Go to the source code of this file.
|
| | zypp::solver::detail::ZOLV_FLAG_SATSOLV (setCleandepsOnRemove, cleandepsOnRemove, ZConfig::instance().solver_cleandepsOnRemove(), _cleandepsOnRemove) ZOLV_FLAG_SATSOLV(setNoUpdateProvide |
| _noUpdateProvide | zypp::solver::detail::ZOLV_FLAG_SATSOLV (setOnlyRequires, onlyRequires, ZConfig::instance().solver_onlyRequires(), _onlyRequires) ZOLV_FLAG_SATSOLV(setAllowVendorChange |
| _noUpdateProvide _allowvendorchange | zypp::solver::detail::ZOLV_FLAG_SATSOLV (dupSetAllowDowngrade, dupAllowDowngrade, ZConfig::instance().solver_dupAllowDowngrade(), _dup_allowdowngrade) ZOLV_FLAG_SATSOLV(dupSetAllowNameChange |
| _noUpdateProvide _allowvendorchange _dup_allownamechange | zypp::solver::detail::ZOLV_FLAG_SATSOLV (dupSetAllowArchChange, dupAllowArchChange, ZConfig::instance().solver_dupAllowArchChange(), _dup_allowarchchange) ZOLV_FLAG_SATSOLV(dupSetAllowVendorChange |
◆ ZYPP_USE_RESOLVER_INTERNALS
| #define ZYPP_USE_RESOLVER_INTERNALS |
◆ MAXSOLVERRUNS
◆ ZYPP_BASE_LOGGER_LOGGROUP
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::solver" |
◆ OUTS
Value:os << " " << #t << ":\t" << t << endl;
◆ ZOLV_FLAG_DEFAULT
| #define ZOLV_FLAG_DEFAULT |
( |
| ZSETTER, |
|
|
| ZGETTER ) |
Value:if ( all_r || _applyDefault_##ZGETTER ) ZSETTER( indeterminate )
◆ ZOLV_FLAG_TRIBOOL
| #define ZOLV_FLAG_TRIBOOL |
( |
| ZSETTER, |
|
|
| ZGETTER, |
|
|
| ZVARDEFAULT, |
|
|
| ZVARNAME ) |
Value:void Resolver::ZSETTER(
TriBool state_r ) \
{ _applyDefault_##ZGETTER = indeterminate(state_r); \
bool newval = _applyDefault_##ZGETTER ? ZVARDEFAULT :
bool(state_r); \
if ( ZVARNAME != newval ) { \
DBG << #ZGETTER <<
": changed from " << (
bool)ZVARNAME <<
" to " << newval <<
" | " << (_applyDefault_##ZGETTER ?
"changed default" :
"explicitly set" ) << endl;\
ZVARNAME = newval; \
} \
} \
bool Resolver::ZGETTER() const \
{ return ZVARNAME; } \
Definition at line 151 of file Resolver.cc.
◆ ZOLV_FLAG_SATSOLV
| #define ZOLV_FLAG_SATSOLV |
( |
| ZSETTER, |
|
|
| ZGETTER, |
|
|
| ZVARDEFAULT, |
|
|
| ZVARNAME ) |
Value:
#define ZOLV_FLAG_TRIBOOL(ZSETTER, ZDEFAULT, ZGETTER)
Definition at line 165 of file Resolver.cc.