libzypp  11.13.5
zypp::LocksCleanPredicate Class Reference

List of all members.

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

Detailed Description

Definition at line 243 of file Locks.cc.


Constructor & Destructor Documentation

zypp::LocksCleanPredicate::LocksCleanPredicate ( size_t  count,
callback::SendReport< CleanEmptyLocksReport > &  _report 
)
inline

Definition at line 251 of file Locks.cc.


Member Function Documentation

bool zypp::LocksCleanPredicate::aborted ( )
inline

Definition at line 253 of file Locks.cc.

bool zypp::LocksCleanPredicate::operator() ( PoolQuery q)
inline

Definition at line 255 of file Locks.cc.


Member Data Documentation

bool zypp::LocksCleanPredicate::skip_rest
private

Definition at line 245 of file Locks.cc.

size_t zypp::LocksCleanPredicate::searched
private

Definition at line 246 of file Locks.cc.

size_t zypp::LocksCleanPredicate::all
private

Definition at line 247 of file Locks.cc.

callback::SendReport<CleanEmptyLocksReport>& zypp::LocksCleanPredicate::report
private

Definition at line 248 of file Locks.cc.


The documentation for this class was generated from the following file: