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