libzypp 17.31.23
|
Commit helper functor distributing PoolItem by status into lists. More...
Public Member Functions | |
SATCollectTransact (PoolItemList &items_to_install_r, PoolItemList &items_to_remove_r, PoolItemList &items_to_lock_r, PoolItemList &items_to_keep_r, bool solveSrcPackages_r) | |
bool | operator() (const PoolItem &item_r) |
Private Attributes | |
PoolItemList & | _items_to_install |
PoolItemList & | _items_to_remove |
PoolItemList & | _items_to_lock |
PoolItemList & | _items_to_keep |
bool | _solveSrcPackages |
Commit helper functor distributing PoolItem by status into lists.
On the fly it clears all PoolItem bySolver/ByApplLow status. The lists are cleared in the Ctor, populated by operator().
Definition at line 372 of file SATResolver.cc.
|
inline |
Definition at line 374 of file SATResolver.cc.
Definition at line 391 of file SATResolver.cc.
|
private |
Definition at line 422 of file SATResolver.cc.
|
private |
Definition at line 423 of file SATResolver.cc.
|
private |
Definition at line 424 of file SATResolver.cc.
|
private |
Definition at line 425 of file SATResolver.cc.
|
private |
Definition at line 426 of file SATResolver.cc.