libzypp
10.5.0
|
#include <SolverQueueItemLock.h>
Public Member Functions | |
SolverQueueItemLock (const ResPool &pool, const PoolItem &item, bool soft=false) | |
virtual | ~SolverQueueItemLock () |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. | |
bool | isSoft (void) const |
virtual bool | addRule (_Queue &q) |
virtual SolverQueueItem_Ptr | copy (void) const |
virtual int | cmp (SolverQueueItem_constPtr item) const |
Private Attributes | |
PoolItem | _item |
bool | _soft |
Friends | |
std::ostream & | operator<< (std::ostream &str, const SolverQueueItemLock &obj) |
Definition at line 44 of file SolverQueueItemLock.h.
zypp::solver::detail::SolverQueueItemLock::SolverQueueItemLock | ( | const ResPool & | pool, |
const PoolItem & | item, | ||
bool | soft = false |
||
) |
Definition at line 55 of file SolverQueueItemLock.cc.
zypp::solver::detail::SolverQueueItemLock::~SolverQueueItemLock | ( | ) | [virtual] |
Definition at line 64 of file SolverQueueItemLock.cc.
std::ostream & zypp::solver::detail::SolverQueueItemLock::dumpOn | ( | std::ostream & | str | ) | const [virtual] |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::solver::detail::SolverQueueItem.
Definition at line 45 of file SolverQueueItemLock.cc.
bool zypp::solver::detail::SolverQueueItemLock::isSoft | ( | void | ) | const [inline] |
Definition at line 65 of file SolverQueueItemLock.h.
bool zypp::solver::detail::SolverQueueItemLock::addRule | ( | _Queue & | q | ) | [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 70 of file SolverQueueItemLock.cc.
SolverQueueItem_Ptr zypp::solver::detail::SolverQueueItemLock::copy | ( | void | ) | const [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 96 of file SolverQueueItemLock.cc.
int zypp::solver::detail::SolverQueueItemLock::cmp | ( | SolverQueueItem_constPtr | item | ) | const [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 106 of file SolverQueueItemLock.cc.
std::ostream& operator<< | ( | std::ostream & | str, |
const SolverQueueItemLock & | obj | ||
) | [friend] |
Definition at line 60 of file SolverQueueItemLock.h.
Definition at line 48 of file SolverQueueItemLock.h.
bool zypp::solver::detail::SolverQueueItemLock::_soft [private] |
Definition at line 49 of file SolverQueueItemLock.h.