libzypp
10.5.0
|
#include <SolverQueueItemInstallOneOf.h>
Public Types | |
typedef std::list< PoolItem > | PoolItemList |
Public Member Functions | |
SolverQueueItemInstallOneOf (const ResPool &pool, const PoolItemList &itemList, bool soft=false) | |
virtual | ~SolverQueueItemInstallOneOf () |
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 | |
PoolItemList | _oneOfList |
bool | _soft |
Friends | |
std::ostream & | operator<< (std::ostream &str, const SolverQueueItemInstallOneOf &obj) |
Definition at line 43 of file SolverQueueItemInstallOneOf.h.
typedef std::list<PoolItem> zypp::solver::detail::SolverQueueItemInstallOneOf::PoolItemList |
Definition at line 46 of file SolverQueueItemInstallOneOf.h.
zypp::solver::detail::SolverQueueItemInstallOneOf::SolverQueueItemInstallOneOf | ( | const ResPool & | pool, |
const PoolItemList & | itemList, | ||
bool | soft = false |
||
) |
Definition at line 60 of file SolverQueueItemInstallOneOf.cc.
zypp::solver::detail::SolverQueueItemInstallOneOf::~SolverQueueItemInstallOneOf | ( | ) | [virtual] |
Definition at line 69 of file SolverQueueItemInstallOneOf.cc.
std::ostream & zypp::solver::detail::SolverQueueItemInstallOneOf::dumpOn | ( | std::ostream & | str | ) | const [virtual] |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::solver::detail::SolverQueueItem.
Definition at line 46 of file SolverQueueItemInstallOneOf.cc.
bool zypp::solver::detail::SolverQueueItemInstallOneOf::isSoft | ( | void | ) | const [inline] |
Definition at line 67 of file SolverQueueItemInstallOneOf.h.
bool zypp::solver::detail::SolverQueueItemInstallOneOf::addRule | ( | _Queue & | q | ) | [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 75 of file SolverQueueItemInstallOneOf.cc.
SolverQueueItem_Ptr zypp::solver::detail::SolverQueueItemInstallOneOf::copy | ( | void | ) | const [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 106 of file SolverQueueItemInstallOneOf.cc.
int zypp::solver::detail::SolverQueueItemInstallOneOf::cmp | ( | SolverQueueItem_constPtr | item | ) | const [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 116 of file SolverQueueItemInstallOneOf.cc.
std::ostream& operator<< | ( | std::ostream & | str, |
const SolverQueueItemInstallOneOf & | obj | ||
) | [friend] |
Definition at line 62 of file SolverQueueItemInstallOneOf.h.
Definition at line 50 of file SolverQueueItemInstallOneOf.h.
bool zypp::solver::detail::SolverQueueItemInstallOneOf::_soft [private] |
Definition at line 51 of file SolverQueueItemInstallOneOf.h.