libzypp
10.5.0
|
Collect transacting items and sort according to prereqs and media access. More...
#include <GetResolvablesToInsDel.h>
Public Types | |
enum | Order { ORDER_BY_SOURCE, ORDER_BY_MEDIANR } |
Influences the sequence of sources and media proscessed. More... | |
typedef std::list< PoolItem > | PoolItemList |
Public Member Functions | |
GetResolvablesToInsDel (ResPool pool_r, Order order_r=ORDER_BY_SOURCE) | |
void | debugDiffTransaction () const |
Diff with new style Transacrion and write result to log. | |
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) |
Collect transacting items and sort according to prereqs and media access.
Definition at line 38 of file GetResolvablesToInsDel.h.
typedef std::list<PoolItem> zypp::pool::GetResolvablesToInsDel::PoolItemList |
Definition at line 40 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 49 of file GetResolvablesToInsDel.h.
zypp::pool::GetResolvablesToInsDel::GetResolvablesToInsDel | ( | ResPool | pool_r, |
Order | order_r = ORDER_BY_SOURCE |
||
) |
Definition at line 74 of file GetResolvablesToInsDel.cc.
void zypp::pool::GetResolvablesToInsDel::debugDiffTransaction | ( | ) | const |
Diff with new style Transacrion and write result to log.
Definition at line 310 of file GetResolvablesToInsDel.cc.
std::ostream & operator<< | ( | std::ostream & | str, |
const GetResolvablesToInsDel & | obj | ||
) | [related] |
Stream output
Definition at line 351 of file GetResolvablesToInsDel.cc.
Definition at line 58 of file GetResolvablesToInsDel.h.
Definition at line 59 of file GetResolvablesToInsDel.h.
Definition at line 60 of file GetResolvablesToInsDel.h.