|
libzypp
15.3.0
|
#include <SolutionAction.h>

Public Member Functions | |
| TransactionSolutionAction (PoolItem item, TransactionKind action) | |
| TransactionSolutionAction (Capability capability, TransactionKind action) | |
| TransactionSolutionAction (SolverQueueItem_Ptr item, TransactionKind action) | |
| TransactionSolutionAction (TransactionKind action) | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload to realize std::ostream & operator<<. More... | |
| const PoolItem | item () const |
| const Capability | capability () const |
| TransactionKind | action () const |
| virtual bool | execute (Resolver &resolver) const |
| Execute this action. More... | |
Public Member Functions inherited from zypp::solver::detail::SolutionAction | |
| virtual | ~SolutionAction () |
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... | |
Protected Attributes | |
| PoolItem | _item |
| Capability | _capability |
| SolverQueueItem_Ptr | _solverQueueItem |
| const TransactionKind | _action |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const TransactionSolutionAction &action) |
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::SolutionAction | |
| SolutionAction () | |
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 80 of file SolutionAction.h.
|
inline |
Definition at line 83 of file SolutionAction.h.
|
inline |
Definition at line 88 of file SolutionAction.h.
|
inline |
Definition at line 94 of file SolutionAction.h.
|
inline |
Definition at line 99 of file SolutionAction.h.
|
virtual |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::solver::detail::SolutionAction.
Definition at line 60 of file SolutionAction.cc.
|
inline |
Definition at line 110 of file SolutionAction.h.
|
inline |
Definition at line 111 of file SolutionAction.h.
|
inline |
Definition at line 112 of file SolutionAction.h.
|
virtual |
Execute this action.
Returns 'true' on success, 'false' on error.
Implements zypp::solver::detail::SolutionAction.
Definition at line 128 of file SolutionAction.cc.
|
friend |
Definition at line 105 of file SolutionAction.h.
|
protected |
Definition at line 119 of file SolutionAction.h.
|
protected |
Definition at line 120 of file SolutionAction.h.
|
protected |
Definition at line 121 of file SolutionAction.h.
|
protected |
Definition at line 123 of file SolutionAction.h.