18 #ifndef CUPT_SYSTEM_RESOLVERS_NATIVE 19 #define CUPT_SYSTEM_RESOLVERS_NATIVE 30 class NativeResolverImpl;
39 internal::NativeResolverImpl* __impl;
43 NativeResolver(
const shared_ptr< const Config >&,
const shared_ptr< const Cache >&);
47 void setAutomaticallyInstalledFlag(
const string&,
bool);
Definition: resolver.hpp:141
Definition: binarypackage.hpp:26
std::function< UserAnswer::Type(const Offer &) > CallbackType
callback function type
Definition: resolver.hpp:139
library's problem resolver implementation
Definition: native.hpp:37
dependency problems resolver
Definition: resolver.hpp:42
group of alternative relations
Definition: relation.hpp:104