zypp::solver::detail::SolverQueueItemDelete Class Reference

#include <SolverQueueItemDelete.h>

Inheritance diagram for zypp::solver::detail::SolverQueueItemDelete:
[legend]

List of all members.

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)


Detailed Description

Definition at line 45 of file SolverQueueItemDelete.h.


Constructor & Destructor Documentation

zypp::solver::detail::SolverQueueItemDelete::SolverQueueItemDelete ( const ResPool pool,
std::string  name,
bool  soft = false 
)

Definition at line 56 of file SolverQueueItemDelete.cc.

Referenced by copy().

zypp::solver::detail::SolverQueueItemDelete::~SolverQueueItemDelete (  )  [virtual]

Definition at line 64 of file SolverQueueItemDelete.cc.


Member Function Documentation

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 46 of file SolverQueueItemDelete.cc.

References _name, and _soft.

bool zypp::solver::detail::SolverQueueItemDelete::isSoft ( void   )  const [inline]

Definition at line 66 of file SolverQueueItemDelete.h.

References _soft.

bool zypp::solver::detail::SolverQueueItemDelete::addRule ( _Queue &  q  )  [virtual]

Implements zypp::solver::detail::SolverQueueItem.

Definition at line 70 of file SolverQueueItemDelete.cc.

References _name, _soft, and MIL.

SolverQueueItem_Ptr zypp::solver::detail::SolverQueueItemDelete::copy ( void   )  const [virtual]

int zypp::solver::detail::SolverQueueItemDelete::cmp ( SolverQueueItem_constPtr  item  )  const [virtual]


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  str,
const SolverQueueItemDelete obj 
) [friend]

Definition at line 61 of file SolverQueueItemDelete.h.


Member Data Documentation

Definition at line 49 of file SolverQueueItemDelete.h.

Referenced by addRule(), cmp(), copy(), and dumpOn().

Definition at line 50 of file SolverQueueItemDelete.h.

Referenced by addRule(), copy(), dumpOn(), and isSoft().


The documentation for this class was generated from the following files:

doxygen