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

#include <SolverQueueItemInstall.h>

Inheritance diagram for zypp::solver::detail::SolverQueueItemInstall:

Public Member Functions

 SolverQueueItemInstall (const ResPool &pool, std::string name, bool soft=false)
 
virtual ~SolverQueueItemInstall ()
 
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

std::string _name
 
bool _soft
 

Friends

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

Detailed Description

Definition at line 44 of file SolverQueueItemInstall.h.

Constructor & Destructor Documentation

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

Definition at line 60 of file SolverQueueItemInstall.cc.

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

Definition at line 68 of file SolverQueueItemInstall.cc.

Member Function Documentation

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

Definition at line 49 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 ( sat::detail::CQueue q)
virtual

Definition at line 74 of file SolverQueueItemInstall.cc.

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

Definition at line 90 of file SolverQueueItemInstall.cc.

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

Definition at line 100 of file SolverQueueItemInstall.cc.

Friends And Related Function Documentation

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

Definition at line 60 of file SolverQueueItemInstall.h.

Member Data Documentation

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.


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