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 );
89 void addSolution(
const ProblemSolution_Ptr& solution,
bool inFront =
false );
105 #endif // ZYPP_RESOLVERPROBLEM_H
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
ResolverProblem implementation.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Base class for reference counted objects.
RWCOW_pointer< Impl > _pimpl
std::list< ResolverProblem_Ptr > ResolverProblemList
Describe a solver problem and offer solutions.
Easy-to use interface to the ZYPP dependency resolver.
std::list< ProblemSolution_Ptr > ProblemSolutionList