#include <Helper.h>
|
static PoolItem | findInstalledByNameAndKind (const ResPool &pool, const std::string &name, const Resolvable::Kind &kind) |
|
static PoolItem | findUninstalledByNameAndKind (const ResPool &pool, const std::string &name, const Resolvable::Kind &kind) |
|
static PoolItem | findInstalledItem (const ResPool &pool, PoolItem item) |
|
static PoolItem | findInstalledItem (const std::vector< PoolItem > &pool, PoolItem item) |
|
static PoolItem | findUninstalledItem (const ResPool &pool, PoolItem item) |
|
static PoolItem | findReinstallItem (const ResPool &pool, PoolItem item) |
|
static PoolItem | findUpdateItem (const ResPool &pool, PoolItem item) |
|
static PoolItem | findUpdateItem (const std::vector< PoolItem > &pool, PoolItem item) |
|
static bool | isBestUninstalledItem (const ResPool &pool, PoolItem item) |
|
static std::string | itemToString (PoolItem item, bool shortVersion=false) |
|
static std::string | capToString (const Capability &capability) |
|
Definition at line 49 of file Helper.h.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 95 of file Helper.cc.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 177 of file Helper.cc.
bool zypp::solver::detail::Helper::isBestUninstalledItem |
( |
const ResPool & |
pool, |
|
|
PoolItem |
item |
|
) |
| |
|
static |
std::string zypp::solver::detail::Helper::itemToString |
( |
PoolItem |
item, |
|
|
bool |
shortVersion = false |
|
) |
| |
|
static |
std::string zypp::solver::detail::Helper::capToString |
( |
const Capability & |
capability | ) |
|
|
static |
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const PoolItemList & |
itemlist |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: