libzypp
10.5.0
|
#include <SolverQueueItemInstall.h>
Public Member Functions | |
SolverQueueItemInstall (const ResPool &pool, std::string name, bool soft=false) | |
virtual | ~SolverQueueItemInstall () |
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 | |
std::string | _name |
bool | _soft |
Friends | |
std::ostream & | operator<< (std::ostream &str, const SolverQueueItemInstall &obj) |
Definition at line 44 of file SolverQueueItemInstall.h.
zypp::solver::detail::SolverQueueItemInstall::SolverQueueItemInstall | ( | const ResPool & | pool, |
std::string | name, | ||
bool | soft = false |
||
) |
Definition at line 58 of file SolverQueueItemInstall.cc.
zypp::solver::detail::SolverQueueItemInstall::~SolverQueueItemInstall | ( | ) | [virtual] |
Definition at line 66 of file SolverQueueItemInstall.cc.
std::ostream & zypp::solver::detail::SolverQueueItemInstall::dumpOn | ( | std::ostream & | str | ) | const [virtual] |
Overload to realize std::ostream & operator<<.
Reimplemented from zypp::solver::detail::SolverQueueItem.
Definition at line 47 of file SolverQueueItemInstall.cc.
bool zypp::solver::detail::SolverQueueItemInstall::isSoft | ( | void | ) | const [inline] |
Definition at line 65 of file SolverQueueItemInstall.h.
bool zypp::solver::detail::SolverQueueItemInstall::addRule | ( | _Queue & | q | ) | [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 72 of file SolverQueueItemInstall.cc.
SolverQueueItem_Ptr zypp::solver::detail::SolverQueueItemInstall::copy | ( | void | ) | const [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 88 of file SolverQueueItemInstall.cc.
int zypp::solver::detail::SolverQueueItemInstall::cmp | ( | SolverQueueItem_constPtr | item | ) | const [virtual] |
Implements zypp::solver::detail::SolverQueueItem.
Definition at line 98 of file SolverQueueItemInstall.cc.
std::ostream& operator<< | ( | std::ostream & | str, |
const SolverQueueItemInstall & | obj | ||
) | [friend] |
Definition at line 60 of file SolverQueueItemInstall.h.
std::string zypp::solver::detail::SolverQueueItemInstall::_name [private] |
Definition at line 48 of file SolverQueueItemInstall.h.
bool zypp::solver::detail::SolverQueueItemInstall::_soft [private] |
Definition at line 49 of file SolverQueueItemInstall.h.