zypp::solver::detail::SolverQueueItemInstall Class Reference

#include <SolverQueueItemInstall.h>

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

List of all members.

Public Member Functions

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

Referenced by copy().

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

Definition at line 66 of file SolverQueueItemInstall.cc.


Member Function Documentation

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

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

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

Definition at line 47 of file SolverQueueItemInstall.cc.

References _name, and _soft.

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

Definition at line 65 of file SolverQueueItemInstall.h.

References _soft.

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

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

Definition at line 72 of file SolverQueueItemInstall.cc.

References _name, _soft, and MIL.

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

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


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

Definition at line 48 of file SolverQueueItemInstall.h.

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

Definition at line 49 of file SolverQueueItemInstall.h.

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


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

doxygen