libzypp  15.28.6
zypp::solver::detail::SolverQueueItemUpdate Class Reference

#include <SolverQueueItemUpdate.h>

Inheritance diagram for zypp::solver::detail::SolverQueueItemUpdate:

Public Member Functions

 SolverQueueItemUpdate (const ResPool &pool, const PoolItem &item, bool soft=false)
 
virtual ~SolverQueueItemUpdate ()
 
virtual std::ostream & dumpOn (std::ostream &str) const
 
bool isSoft (void) const
 
virtual bool addRule (sat::detail::CQueue &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 SolverQueueItemUpdate &obj)
 

Detailed Description

Definition at line 44 of file SolverQueueItemUpdate.h.

Constructor & Destructor Documentation

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

Definition at line 57 of file SolverQueueItemUpdate.cc.

zypp::solver::detail::SolverQueueItemUpdate::~SolverQueueItemUpdate ( )
virtual

Definition at line 66 of file SolverQueueItemUpdate.cc.

Member Function Documentation

std::ostream & zypp::solver::detail::SolverQueueItemUpdate::dumpOn ( std::ostream &  str) const
virtual

Definition at line 47 of file SolverQueueItemUpdate.cc.

bool zypp::solver::detail::SolverQueueItemUpdate::isSoft ( void  ) const
inline

Definition at line 65 of file SolverQueueItemUpdate.h.

bool zypp::solver::detail::SolverQueueItemUpdate::addRule ( sat::detail::CQueue q)
virtual

Definition at line 72 of file SolverQueueItemUpdate.cc.

SolverQueueItem_Ptr zypp::solver::detail::SolverQueueItemUpdate::copy ( void  ) const
virtual

Definition at line 86 of file SolverQueueItemUpdate.cc.

int zypp::solver::detail::SolverQueueItemUpdate::cmp ( SolverQueueItem_constPtr  item) const
virtual

Definition at line 96 of file SolverQueueItemUpdate.cc.

Friends And Related Function Documentation

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

Definition at line 60 of file SolverQueueItemUpdate.h.

Member Data Documentation

PoolItem zypp::solver::detail::SolverQueueItemUpdate::_item
private

Definition at line 48 of file SolverQueueItemUpdate.h.

bool zypp::solver::detail::SolverQueueItemUpdate::_soft
private

Definition at line 49 of file SolverQueueItemUpdate.h.


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