|
libzypp
17.38.7
|


Go to the source code of this file.
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Enumerations | |
| enum | zypp::ResolverFocus { zypp::ResolverFocus::Default = 0, zypp::ResolverFocus::Job, zypp::ResolverFocus::Installed, zypp::ResolverFocus::Update } |
| The resolver's general attitude. More... | |
Functions | |
| std::string | zypp::asString (const ResolverFocus &val_r) ZYPP_API |
| relates: ResolverFocus Conversion to string (enumerator name) More... | |
| bool | zypp::fromString (const std::string &val_r, ResolverFocus &ret_r) ZYPP_API |
| relates: ResolverFocus Conversion from string (enumerator name, case insensitive, empty string is Default) More... | |
| ResolverFocus | zypp::resolverFocusFromString (const std::string &val_r) |
| relates: ResolverFocus Conversion from string (convenience) More... | |
| std::ostream & | zypp::operator<< (std::ostream &str, const ResolverFocus &obj) |
| relates: ResolverFocus Stream output More... | |