9#ifndef ZYPP_RESOLVERPROBLEM_H
10#define ZYPP_RESOLVERPROBLEM_H
36 ResolverProblem( std::string description, std::string details, std::vector<std::string> &&completeProblemInfo );
45 const std::string & description()
const;
51 const std::string & details()
const;
56 const std::vector<std::string> & completeProblemInfo()
const;
78 void setDescription( std::string description );
83 void setDetails( std::string details );
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Describe a solver problem and offer solutions.
RWCOW_pointer< Impl > _pimpl
Base class for reference counted objects.
Easy-to use interface to the ZYPP dependency resolver.
std::list< ProblemSolution_Ptr > ProblemSolutionList
std::list< ResolverProblem_Ptr > ResolverProblemList
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
ResolverProblem implementation.