libzypp
13.10.6
|
#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<<. More... | |
bool | isSoft (void) const |
virtual bool | addRule (_Queue &q) |
virtual SolverQueueItem_Ptr | copy (void) const |
virtual int | cmp (SolverQueueItem_constPtr item) const |
Public Member Functions inherited from zypp::solver::detail::SolverQueueItem | |
virtual | ~SolverQueueItem () |
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 |
int | compare (SolverQueueItem_constPtr item) const |
Public Member Functions inherited from zypp::base::ReferenceCounted | |
ReferenceCounted () | |
Default ctor. More... | |
ReferenceCounted (const ReferenceCounted &rhs) | |
Copy ctor. More... | |
virtual | ~ReferenceCounted () |
Dtor. More... | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
Assignment. More... | |
unsigned | refCount () const |
Return reference counter value. More... | |
void | ref () const |
Add a reference. More... | |
void | unref () const |
Release a reference. More... | |
Private Attributes | |
PoolItemList | _oneOfList |
bool | _soft |
Friends | |
std::ostream & | operator<< (std::ostream &str, const SolverQueueItemInstallOneOf &obj) |
Additional Inherited Members | |
Static Public Member Functions inherited from zypp::base::ReferenceCounted | |
static void | add_ref (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
static void | release (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
Protected Member Functions inherited from zypp::solver::detail::SolverQueueItem | |
SolverQueueItem (SolverQueueItemType type, const ResPool &pool) | |
Protected Member Functions inherited from zypp::base::ReferenceCounted | |
virtual void | ref_to (unsigned) const |
Trigger derived classes after refCount was increased. More... | |
virtual void | unref_to (unsigned) const |
Trigger derived classes after refCount was decreased. More... | |
Related Functions inherited from zypp::base::ReferenceCounted | |
void | intrusive_ptr_add_ref (const ReferenceCounted *ptr_r) |
void | intrusive_ptr_release (const ReferenceCounted *ptr_r) |
std::ostream & | operator<< (std::ostream &str, const ReferenceCounted &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.
|
virtual |
Definition at line 69 of file SolverQueueItemInstallOneOf.cc.
|
virtual |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::solver::detail::SolverQueueItem.
Definition at line 46 of file SolverQueueItemInstallOneOf.cc.
|
inline |
Definition at line 67 of file SolverQueueItemInstallOneOf.h.
|
virtual |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 75 of file SolverQueueItemInstallOneOf.cc.
|
virtual |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 106 of file SolverQueueItemInstallOneOf.cc.
|
virtual |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 116 of file SolverQueueItemInstallOneOf.cc.
|
friend |
Definition at line 62 of file SolverQueueItemInstallOneOf.h.
|
private |
Definition at line 50 of file SolverQueueItemInstallOneOf.h.
|
private |
Definition at line 51 of file SolverQueueItemInstallOneOf.h.