|
Namespaces |
| namespace | zypp |
| namespace | zypp::solver |
| namespace | zypp::solver::detail |
Classes |
| class | zypp::solver::detail::SolutionAction |
| | Abstract base class for one action of a problem solution. More...
|
| class | zypp::solver::detail::TransactionSolutionAction |
| class | zypp::solver::detail::InjectSolutionAction |
| | A problem solution action that injects an artificial "provides" to the pool to satisfy open requirements or remove the conflict of concerning resolvable. More...
|
Enumerations |
| enum | zypp::solver::detail::TransactionKind {
zypp::solver::detail::KEEP,
zypp::solver::detail::INSTALL,
zypp::solver::detail::REMOVE,
zypp::solver::detail::UNLOCK,
zypp::solver::detail::ALLBRANCHES_ON,
zypp::solver::detail::ALLBRANCHES_OFF,
zypp::solver::detail::DOUBLETIMEOUT
} |
| | A problem solution action that performs a transaction (installs, removes, keep . More...
|
| enum | zypp::solver::detail::InjectSolutionKind {
zypp::solver::detail::REQUIRES,
zypp::solver::detail::CONFLICTS,
zypp::solver::detail::OBSOLETES,
zypp::solver::detail::INSTALLED,
zypp::solver::detail::ARCHITECTURE,
zypp::solver::detail::VENDOR
} |
| | Type of ignoring dependencies, architectures and vendor. More...
|