libzypp  15.28.6
VendorSupportOptions.h File Reference
#include <string>
#include "zypp/base/Flags.h"
Include dependency graph for VendorSupportOptions.h:
This graph shows which files directly or indirectly include this file:

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...