|
Namespaces |
namespace | zypp |
namespace | zypp::zypp_detail |
namespace | zypp::solver |
namespace | zypp::solver::detail |
Classes |
struct | zypp::solver::detail::VerifySystem |
struct | zypp::solver::detail::EstablishState |
struct | zypp::solver::detail::FreshenState |
struct | zypp::solver::detail::UndoTransact |
struct | zypp::solver::detail::CollectTransact |
struct | zypp::solver::detail::IandU |
struct | zypp::solver::detail::FindIandU |
struct | zypp::solver::detail::TransactSupplements |
struct | zypp::solver::detail::TransactLanguage |
struct | zypp::solver::detail::TransactKind |
struct | zypp::solver::detail::TransactReset |
Typedefs |
typedef map< string, PoolItem_Ref > | zypp::solver::detail::FreshenMap |
typedef map< string, IandU > | zypp::solver::detail::IandUMap |
Functions |
Arch | zypp::zypp_detail::defaultArchitecture () |
| zypp::solver::detail::IMPL_PTR_TYPE (Resolver) |
void | zypp::solver::detail::assertSystemResObjectInPool () |
static void | zypp::solver::detail::solution_to_pool (PoolItem_Ref item, const ResStatus &status, void *data) |
static void | zypp::solver::detail::addToFreshen (PoolItem_Ref item, FreshenMap &itemmap) |
static void | zypp::solver::detail::show_pool (ResPool pool) |
static bool | zypp::solver::detail::transactItems (PoolItem_Ref installed, PoolItem_Ref uninstalled, bool install, bool soft, PoolItem_Ref &added) |
static bool | zypp::solver::detail::transactCaps (const ResPool &pool, const CapSet &caps, bool install, bool soft, std::list< PoolItem_Ref > &added_items) |