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