22#include <solv/solver.h>
25#define ZYPP_USE_RESOLVER_INTERNALS
27#include <zypp/base/Logger.h>
48SolverQueueItem::dumpOn( std::ostream &
os )
const
57 default:
os <<
"?solverqueueitem?";
break;
68 os <<
"," << endl <<
"\t";
83SolverQueueItem::~SolverQueueItem()
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
std::ostream & operator<<(std::ostream &str, const SolutionActionList &actionlist)
std::list< SolverQueueItem_Ptr > SolverQueueItemList
Easy-to use interface to the ZYPP dependency resolver.
#define IMPL_PTR_TYPE(NAME)