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

#include <SolverQueueItemInstall.h>

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

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.

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.

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

Definition at line 65 of file SolverQueueItemInstall.h.

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

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

Definition at line 72 of file SolverQueueItemInstall.cc.

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

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

Definition at line 88 of file SolverQueueItemInstall.cc.

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

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

Definition at line 98 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

Definition at line 48 of file SolverQueueItemInstall.h.


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