|
Cupt
|
reason: other version's dependency More...
#include <cupt/system/resolver.hpp>
Public Member Functions | |
| RelationExpressionReason (const BinaryVersion *, BinaryVersion::RelationTypes::Type, const RelationExpression &) | |
| trivial constructor | |
| virtual string | toString () const |
| returns localized reason description | |
Public Attributes | |
| const BinaryVersion * | version |
| version that caused the change | |
| BinaryVersion::RelationTypes::Type | dependencyType |
| type of dependency that caused the change | |
| RelationExpression | relationExpression |
| relation expression which caused the change | |
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.
|
virtual |
returns localized reason description
Implements cupt::system::Resolver::Reason.