|
libzypp
15.22.2
|


Go to the source code of this file.
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
Enumerations | |
| enum | zypp::VendorSupportOption { zypp::VendorSupportUnknown = 0, zypp::VendorSupportUnsupported = (1<<0), zypp::VendorSupportACC = (1<<1), zypp::VendorSupportLevel1 = (1<<2), zypp::VendorSupportLevel2 = (1<<3), zypp::VendorSupportLevel3 = (1<<4) } |
Functions | |
| zypp::ZYPP_DECLARE_FLAGS (VendorSupportOptions, VendorSupportOption) | |
| std::string | zypp::asUserString (VendorSupportOption) |
| converts the support option to a name intended to be printed to the user. More... | |
| std::string | zypp::asUserStringDescription (VendorSupportOption) |
| converts the support option to a description intended to be printed to the user. More... | |