zypp::solver::detail::SolverQueueItemLock Class Reference

#include <SolverQueueItemLock.h>

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

List of all members.

Public Member Functions

 SolverQueueItemLock (const ResPool &pool, const PoolItem &item, bool soft=false)
virtual ~SolverQueueItemLock ()
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

PoolItem _item
bool _soft

Friends

std::ostream & operator<< (std::ostream &str, const SolverQueueItemLock &obj)


Detailed Description

Definition at line 44 of file SolverQueueItemLock.h.


Constructor & Destructor Documentation

zypp::solver::detail::SolverQueueItemLock::SolverQueueItemLock ( const ResPool pool,
const PoolItem item,
bool  soft = false 
)

Definition at line 55 of file SolverQueueItemLock.cc.

Referenced by copy().

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

Definition at line 64 of file SolverQueueItemLock.cc.


Member Function Documentation

std::ostream & zypp::solver::detail::SolverQueueItemLock::dumpOn ( std::ostream &  str  )  const [virtual]

Overload to realize std::ostream & operator<<.

Reimplemented from zypp::solver::detail::SolverQueueItem.

Definition at line 45 of file SolverQueueItemLock.cc.

References _item, and _soft.

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

Definition at line 65 of file SolverQueueItemLock.h.

References _soft.

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

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

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


Friends And Related Function Documentation

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

Definition at line 60 of file SolverQueueItemLock.h.


Member Data Documentation

Definition at line 48 of file SolverQueueItemLock.h.

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

Definition at line 49 of file SolverQueueItemLock.h.

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


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

doxygen