11#ifndef ZYPP_RESOLVERFOCUS_H
12#define ZYPP_RESOLVERFOCUS_H
30 std::string
asString(
const ResolverFocus & val_r );
35 bool fromString(
const std::string & val_r, ResolverFocus & ret_r );
40 inline ResolverFocus resolverFocusFromString(
const std::string & val_r )
44 inline std::ostream &
operator<<( std::ostream &
str,
const ResolverFocus & obj )
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
bool fromString(const std::string &val_r, ResolverFocus &ret_r)
ResolverFocus
The resolver's general attitude.
@ Update
Focus on updating requested packages and their dependencies as much as possible.
@ Default
Request the standard behavior (as defined in zypp.conf or 'Job')
@ Installed
Focus on applying as little changes to the installed packages as needed.
@ Job
Focus on installing the best version of the requested packages.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
std::string asString(const Patch::Category &obj)