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

Class representing one possible solution to one problem found during resolving This problem solution ignores one or more items by setting his dependencies to weak. More...

#include <ProblemSolutionIgnore.h>

Inheritance diagram for zypp::solver::detail::ProblemSolutionIgnore:

List of all members.

Public Member Functions

 ProblemSolutionIgnore (ResolverProblem_Ptr parent, PoolItem item)
 Constructor.
 ProblemSolutionIgnore (ResolverProblem_Ptr parent, PoolItemList itemList)

Detailed Description

Class representing one possible solution to one problem found during resolving This problem solution ignores one or more items by setting his dependencies to weak.

Definition at line 43 of file ProblemSolutionIgnore.h.


Constructor & Destructor Documentation

zypp::solver::detail::ProblemSolutionIgnore::ProblemSolutionIgnore ( ResolverProblem_Ptr  parent,
PoolItem  item 
)

Constructor.

Definition at line 47 of file ProblemSolutionIgnore.cc.

zypp::solver::detail::ProblemSolutionIgnore::ProblemSolutionIgnore ( ResolverProblem_Ptr  parent,
PoolItemList  itemList 
)

Definition at line 57 of file ProblemSolutionIgnore.cc.


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