|
libzypp
9.1.2
|
Public Member Functions | |
| LocksCleanPredicate (size_t count, callback::SendReport< CleanEmptyLocksReport > &_report) | |
| bool | aborted () |
| bool | operator() (PoolQuery &q) |
Private Attributes | |
| bool | skip_rest |
| size_t | searched |
| size_t | all |
| callback::SendReport < CleanEmptyLocksReport > & | report |
| zypp::LocksCleanPredicate::LocksCleanPredicate | ( | size_t | count, |
| callback::SendReport< CleanEmptyLocksReport > & | _report | ||
| ) | [inline] |
| bool zypp::LocksCleanPredicate::aborted | ( | ) | [inline] |
Definition at line 253 of file Locks.cc.
References skip_rest.
Referenced by zypp::Locks::removeEmpty().
| bool zypp::LocksCleanPredicate::operator() | ( | PoolQuery & | q | ) | [inline] |
Definition at line 255 of file Locks.cc.
References zypp::CleanEmptyLocksReport::ABORT, zypp::CleanEmptyLocksReport::ABORTED, all, zypp::CleanEmptyLocksReport::DELETE, zypp::PoolQuery::empty(), zypp::CleanEmptyLocksReport::IGNORE, report, searched, skip_rest, and WAR.
bool zypp::LocksCleanPredicate::skip_rest [private] |
Definition at line 245 of file Locks.cc.
Referenced by aborted(), and operator()().
size_t zypp::LocksCleanPredicate::searched [private] |
Definition at line 246 of file Locks.cc.
Referenced by operator()().
size_t zypp::LocksCleanPredicate::all [private] |
Definition at line 247 of file Locks.cc.
Referenced by operator()().
Definition at line 248 of file Locks.cc.
Referenced by operator()().
1.7.6.1