|
libzypp
17.7.0
|
#include <boost/static_assert.hpp>#include "zypp/solver/detail/Resolver.h"#include "zypp/solver/detail/Testcase.h"#include "zypp/solver/detail/SATResolver.h"#include "zypp/solver/detail/ItemCapKind.h"#include "zypp/solver/detail/SolutionAction.h"#include "zypp/solver/detail/SolverQueueItem.h"#include "zypp/Capabilities.h"#include "zypp/ZConfig.h"#include "zypp/base/Logger.h"#include "zypp/base/String.h"#include "zypp/base/Gettext.h"#include "zypp/base/Algorithm.h"#include "zypp/ResPool.h"#include "zypp/ResFilters.h"#include "zypp/sat/Pool.h"#include "zypp/sat/Solvable.h"#include "zypp/sat/Transaction.h"#include "zypp/ResolverProblem.h"
Go to the source code of this file.
Classes | |
| struct | zypp::solver::detail::UndoTransact |
| struct | zypp::solver::detail::DoTransact |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::solver | |
| zypp::solver::detail | |
Macros | |
| #define | ZYPP_USE_RESOLVER_INTERNALS |
| #define | MAXSOLVERRUNS 5 |
| #define | OUTS(t) os << " " << #t << ":\t" << t << endl; |
| #define | ZOLV_FLAG_TRIBOOL(ZSETTER, ZGETTER, ZVARNAME, ZVARDEFAULT) |
Functions | |
| zypp::solver::detail::ZOLV_FLAG_TRIBOOL (setAllowNameChange, allowNameChange, _allownamechange, true) ZOLV_FLAG_TRIBOOL(setAllowVendorChange | |
| #define ZYPP_USE_RESOLVER_INTERNALS |
Definition at line 23 of file Resolver.cc.
| #define MAXSOLVERRUNS 5 |
Definition at line 45 of file Resolver.cc.
| #define OUTS | ( | t | ) | os << " " << #t << ":\t" << t << endl; |
| #define ZOLV_FLAG_TRIBOOL | ( | ZSETTER, | |
| ZGETTER, | |||
| ZVARNAME, | |||
| ZVARDEFAULT | |||
| ) |
Definition at line 108 of file Resolver.cc.