Go to the documentation of this file.
11 #ifndef ZYPP_RESOLVERFOCUS_H
12 #define ZYPP_RESOLVERFOCUS_H
40 inline ResolverFocus resolverFocusFromString(
const std::string & val_r )
49 #endif // ZYPP_RESOLVERFOCUS_H
Request the standard behavior (as defined in zypp.conf or 'Job')
ResolverFocus
The resolvers general attitude.
Focus on updating requested packages and their dependencies as much as possible.
Focus on installing the best version of the requested packages.
bool fromString(const std::string &val_r, ResolverFocus &ret_r)
Easy-to use interface to the ZYPP dependency resolver.
std::string asString(const DefaultIntegral< Tp, TInitial > &obj)
std::ostream & operator<<(std::ostream &str, const Exception &obj)
Focus on applying as little changes to the installed packages as needed.
String related utilities and Regular expression matching.