libzypp
10.5.0
|
#include <SolverQueueItem.h>
Public Member Functions | |
virtual | ~SolverQueueItem () |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. | |
ResPool | pool (void) const |
void | copy (const SolverQueueItem *from) |
bool | isDelete (void) const |
bool | isInstall (void) const |
bool | isUpdate (void) const |
bool | isLock (void) const |
bool | isInstallOneOf (void) const |
virtual SolverQueueItem_Ptr | copy (void) const =0 |
virtual bool | addRule (_Queue &q)=0 |
virtual int | cmp (SolverQueueItem_constPtr item) const =0 |
int | compare (SolverQueueItem_constPtr item) const |
Protected Member Functions | |
SolverQueueItem (SolverQueueItemType type, const ResPool &pool) | |
Private Attributes | |
SolverQueueItemType | _type |
ResPool | _pool |
Friends | |
std::ostream & | operator<< (std::ostream &str, const SolverQueueItem &obj) |
std::ostream & | operator<< (std::ostream &str, const SolverQueueItemList &itemlist) |
Definition at line 67 of file SolverQueueItem.h.
zypp::solver::detail::SolverQueueItem::SolverQueueItem | ( | SolverQueueItemType | type, |
const ResPool & | pool | ||
) | [protected] |
Definition at line 73 of file SolverQueueItem.cc.
zypp::solver::detail::SolverQueueItem::~SolverQueueItem | ( | ) | [virtual] |
Definition at line 80 of file SolverQueueItem.cc.
std::ostream & zypp::solver::detail::SolverQueueItem::dumpOn | ( | std::ostream & | str | ) | const [virtual] |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::base::ReferenceCounted.
Reimplemented in zypp::solver::detail::SolverQueueItemInstallOneOf, zypp::solver::detail::SolverQueueItemDelete, zypp::solver::detail::SolverQueueItemInstall, zypp::solver::detail::SolverQueueItemLock, and zypp::solver::detail::SolverQueueItemUpdate.
Definition at line 45 of file SolverQueueItem.cc.
ResPool zypp::solver::detail::SolverQueueItem::pool | ( | void | ) | const [inline] |
Definition at line 92 of file SolverQueueItem.h.
void zypp::solver::detail::SolverQueueItem::copy | ( | const SolverQueueItem * | from | ) |
Definition at line 87 of file SolverQueueItem.cc.
bool zypp::solver::detail::SolverQueueItem::isDelete | ( | void | ) | const [inline] |
Definition at line 98 of file SolverQueueItem.h.
bool zypp::solver::detail::SolverQueueItem::isInstall | ( | void | ) | const [inline] |
Definition at line 99 of file SolverQueueItem.h.
bool zypp::solver::detail::SolverQueueItem::isUpdate | ( | void | ) | const [inline] |
Definition at line 100 of file SolverQueueItem.h.
bool zypp::solver::detail::SolverQueueItem::isLock | ( | void | ) | const [inline] |
Definition at line 101 of file SolverQueueItem.h.
bool zypp::solver::detail::SolverQueueItem::isInstallOneOf | ( | void | ) | const [inline] |
Definition at line 102 of file SolverQueueItem.h.
virtual SolverQueueItem_Ptr zypp::solver::detail::SolverQueueItem::copy | ( | void | ) | const [pure virtual] |
virtual bool zypp::solver::detail::SolverQueueItem::addRule | ( | _Queue & | q | ) | [pure virtual] |
virtual int zypp::solver::detail::SolverQueueItem::cmp | ( | SolverQueueItem_constPtr | item | ) | const [pure virtual] |
int zypp::solver::detail::SolverQueueItem::compare | ( | SolverQueueItem_constPtr | item | ) | const [inline] |
Definition at line 108 of file SolverQueueItem.h.
std::ostream& operator<< | ( | std::ostream & | str, |
const SolverQueueItem & | obj | ||
) | [friend] |
Definition at line 86 of file SolverQueueItem.h.
std::ostream& operator<< | ( | std::ostream & | str, |
const SolverQueueItemList & | itemlist | ||
) | [friend] |
Definition at line 71 of file SolverQueueItem.h.
Definition at line 72 of file SolverQueueItem.h.