libzypp 17.37.17
zypp::solver::detail::SolverQueueItemDelete Class Reference

#include <zypp/solver/detail/SolverQueueItemDelete.h>

Inheritance diagram for zypp::solver::detail::SolverQueueItemDelete:

Public Member Functions

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

Detailed Description

Definition at line 45 of file SolverQueueItemDelete.h.

Constructor & Destructor Documentation

◆ SolverQueueItemDelete()

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

Definition at line 62 of file SolverQueueItemDelete.cc.

◆ ~SolverQueueItemDelete()

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

Definition at line 70 of file SolverQueueItemDelete.cc.

Member Function Documentation

◆ dumpOn()

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

Definition at line 52 of file SolverQueueItemDelete.cc.

◆ isSoft()

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

Definition at line 66 of file SolverQueueItemDelete.h.

◆ addRule()

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

Definition at line 76 of file SolverQueueItemDelete.cc.

◆ copy()

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

Definition at line 94 of file SolverQueueItemDelete.cc.

◆ cmp()

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

Definition at line 104 of file SolverQueueItemDelete.cc.

◆ operator<<

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

Definition at line 61 of file SolverQueueItemDelete.h.

Member Data Documentation

◆ _name

std::string zypp::solver::detail::SolverQueueItemDelete::_name
private

Definition at line 49 of file SolverQueueItemDelete.h.

◆ _soft

bool zypp::solver::detail::SolverQueueItemDelete::_soft
private

Definition at line 50 of file SolverQueueItemDelete.h.


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