|
libzypp
9.1.2
|
Public Member Functions | |
| LocksRemovePredicate (std::set< sat::Solvable > &s, const PoolQuery &q, callback::SendReport< SavingLocksReport > &r) | |
| bool | operator() (const PoolQuery &q) |
| bool | aborted () |
Private Member Functions | |
| int | contains (const PoolQuery &q, std::set< sat::Solvable > &s) |
Private Attributes | |
| std::set< sat::Solvable > & | solvs |
| const PoolQuery & | query |
| callback::SendReport < SavingLocksReport > & | report |
| bool | aborted_ |
| zypp::LocksRemovePredicate::LocksRemovePredicate | ( | std::set< sat::Solvable > & | s, |
| const PoolQuery & | q, | ||
| callback::SendReport< SavingLocksReport > & | r | ||
| ) | [inline] |
| int zypp::LocksRemovePredicate::contains | ( | const PoolQuery & | q, |
| std::set< sat::Solvable > & | s | ||
| ) | [inline, private] |
Definition at line 323 of file Locks.cc.
References zypp::PoolQuery::begin(), zypp::PoolQuery::end(), and for_.
Referenced by operator()().
| bool zypp::LocksRemovePredicate::operator() | ( | const PoolQuery & | q | ) | [inline] |
Definition at line 346 of file Locks.cc.
References zypp::SavingLocksReport::ABORT, aborted(), aborted_, contains(), DBG, zypp::SavingLocksReport::DELETE, zypp::SavingLocksReport::IGNORE, zypp::SavingLocksReport::INTERSECT, MIL, query, report, zypp::SavingLocksReport::SAME_RESULTS, solvs, and WAR.
| bool zypp::LocksRemovePredicate::aborted | ( | ) | [inline] |
std::set<sat::Solvable>& zypp::LocksRemovePredicate::solvs [private] |
Definition at line 317 of file Locks.cc.
Referenced by operator()().
const PoolQuery& zypp::LocksRemovePredicate::query [private] |
Definition at line 318 of file Locks.cc.
Referenced by operator()().
Definition at line 319 of file Locks.cc.
Referenced by operator()().
bool zypp::LocksRemovePredicate::aborted_ [private] |
Definition at line 320 of file Locks.cc.
Referenced by aborted(), and operator()().
1.7.6.1