libzypp 9.41.1

zypp::LocksRemovePredicate Class Reference

List of all members.

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 PoolQueryquery
callback::SendReport
< SavingLocksReport > & 
report
bool aborted_

Detailed Description

Definition at line 313 of file Locks.cc.


Constructor & Destructor Documentation

zypp::LocksRemovePredicate::LocksRemovePredicate ( std::set< sat::Solvable > &  s,
const PoolQuery q,
callback::SendReport< SavingLocksReport > &  r 
) [inline]

Definition at line 341 of file Locks.cc.


Member Function Documentation

int zypp::LocksRemovePredicate::contains ( const PoolQuery q,
std::set< sat::Solvable > &  s 
) [inline, private]

Definition at line 322 of file Locks.cc.

References zypp::PoolQuery::begin(), zypp::PoolQuery::end(), and for_.

Referenced by operator()().

bool zypp::LocksRemovePredicate::aborted ( ) [inline]

Definition at line 387 of file Locks.cc.

References aborted_.

Referenced by operator()().


Member Data Documentation

Definition at line 316 of file Locks.cc.

Referenced by operator()().

Definition at line 317 of file Locks.cc.

Referenced by operator()().

Definition at line 319 of file Locks.cc.

Referenced by aborted(), and operator()().


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