libzypp  16.22.5
zypp::ResolverProblem::Impl Class Reference

ResolverProblem implementation. More...

Public Member Functions

 Impl ()
 
 Impl (std::string &&description)
 
 Impl (std::string &&description, std::string &&details)
 

Public Attributes

std::string _description
 
std::string _details
 
ProblemSolutionList _solutions
 

Private Member Functions

Implclone () const
 clone for RWCOW_pointer More...
 

Friends

ImplrwcowClone (const Impl *rhs)
 

Detailed Description

ResolverProblem implementation.

Definition at line 59 of file ResolverProblem.cc.

Constructor & Destructor Documentation

zypp::ResolverProblem::Impl::Impl ( )
inline

Definition at line 61 of file ResolverProblem.cc.

zypp::ResolverProblem::Impl::Impl ( std::string &&  description)
inline

Definition at line 64 of file ResolverProblem.cc.

zypp::ResolverProblem::Impl::Impl ( std::string &&  description,
std::string &&  details 
)
inline

Definition at line 68 of file ResolverProblem.cc.

Member Function Documentation

Impl* zypp::ResolverProblem::Impl::clone ( ) const
inlineprivate

clone for RWCOW_pointer

Definition at line 80 of file ResolverProblem.cc.

Friends And Related Function Documentation

Impl* rwcowClone ( const Impl rhs)
friend

Member Data Documentation

std::string zypp::ResolverProblem::Impl::_description

Definition at line 73 of file ResolverProblem.cc.

std::string zypp::ResolverProblem::Impl::_details

Definition at line 74 of file ResolverProblem.cc.

ProblemSolutionList zypp::ResolverProblem::Impl::_solutions

Definition at line 75 of file ResolverProblem.cc.


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