#include <GetResolvablesToInsDel.h>
Public Types | |
typedef std::list< PoolItem_Ref > | PoolItemList |
enum | Order { ORDER_BY_SOURCE, ORDER_BY_MEDIANR } |
Influences the sequence of sources and media proscessed. More... | |
Public Member Functions | |
GetResolvablesToInsDel (ResPool pool_r, Order order_r=ORDER_BY_SOURCE) | |
Public Attributes | |
PoolItemList | _toDelete |
PoolItemList | _toInstall |
PoolItemList | _toSrcinstall |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const GetResolvablesToInsDel &obj) |
enum
Order
and take a functor that that determines how to group the resolvables.
Definition at line 37 of file GetResolvablesToInsDel.h.
|
Definition at line 39 of file GetResolvablesToInsDel.h. |
|
Influences the sequence of sources and media proscessed. If true prefer a better source, otherwise a better media. ORDER_BY_SOURCE: [S1:1], [S1:2], ... , [S2:1], [S2:2], ... ORDER_BY_MEDIANR: [S1:1], [S2:1], ... , [S1:2], [S2:2], ... Definition at line 48 of file GetResolvablesToInsDel.h. |
|
Definition at line 103 of file GetResolvablesToInsDel.cc. References _toDelete, _toInstall, _toSrcinstall, zypp::ResPool::begin(), zypp::ResPool::end(), zypp::ResStatus::isToBeInstalled(), and zypp::PoolItem_Ref::status(). |
|
Stream output Definition at line 342 of file GetResolvablesToInsDel.cc. |
|
Definition at line 54 of file GetResolvablesToInsDel.h. Referenced by zypp::target::TargetImpl::getResolvablesToInsDel(), GetResolvablesToInsDel(), and zypp::pool::operator<<(). |
|
Definition at line 55 of file GetResolvablesToInsDel.h. Referenced by zypp::target::TargetImpl::getResolvablesToInsDel(), GetResolvablesToInsDel(), and zypp::pool::operator<<(). |
|
Definition at line 56 of file GetResolvablesToInsDel.h. Referenced by zypp::target::TargetImpl::getResolvablesToInsDel(), and GetResolvablesToInsDel(). |