9 #ifndef ZYPP_PROBLEMSOLUTION_H 10 #define ZYPP_PROBLEMSOLUTION_H 62 const std::string & description()
const;
68 const std::string & details()
const;
78 void setDescription( std::string description );
83 void setDetails(
const std::string& details );
88 void pushDescriptionDetail( std::string description,
bool front =
false );
98 bool skipsPatchesOnly()
const;
100 #ifdef __cpp_lib_optional // YAST/PK explicitly use c++11 until 15-SP3 102 std::optional<std::set<PoolItem>> getIfSkipsPatchesOnly()
const;
118 #endif // ZYPP_PROBLEMSOLUTION_H
RWCOW_pointer< Impl > _pimpl
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
solver::detail::SolutionAction_Ptr SolutionAction_Ptr
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
solver::detail::SolutionActionList SolutionActionList
Base class for reference counted objects.
std::list< SolutionAction_Ptr > SolutionActionList
ProblemSolution implementation.
Easy-to use interface to the ZYPP dependency resolver.
Class representing one possible solution to a problem found during resolving.
std::list< ProblemSolution_Ptr > ProblemSolutionList