Cupt
Public Member Functions | Public Attributes | List of all members
cupt::system::Resolver::RelationExpressionReason Struct Reference

reason: other version's dependency More...

#include <cupt/system/resolver.hpp>

Inheritance diagram for cupt::system::Resolver::RelationExpressionReason:
cupt::system::Resolver::Reason

Public Member Functions

 RelationExpressionReason (const BinaryVersion *, BinaryVersion::RelationTypes::Type, const RelationExpression &)
 trivial constructor
 
virtual string toString () const
 returns localized reason description
 

Public Attributes

const BinaryVersionversion
 version that caused the change
 
BinaryVersion::RelationTypes::Type dependencyType
 type of dependency that caused the change
 
RelationExpression relationExpression
 relation expression which caused the change
 

Detailed Description

reason: other version's dependency

This reason means that a resolver decided to change a package state because of some dependency of another package version.


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