libzypp 17.31.23
zypp::CpeId::EAttributeDef Struct Reference

WFN attributes (use like 'enum class Attribute') More...

#include <CpeId.h>

Public Types

enum  Enum {
  part , vendor , product , version ,
  update , edition , language , sw_edition ,
  target_sw , target_hw , other
}
 

Static Public Member Functions

static const std::string & asString (Enum val_r)
 string representantion
 

Static Public Attributes

static constexpr unsigned numAttributes = other+1
 number of attributes
 

Detailed Description

WFN attributes (use like 'enum class Attribute')

Definition at line 39 of file CpeId.h.

Member Enumeration Documentation

◆ Enum

Enumerator
part 
vendor 
product 
version 
update 
edition 
language 
sw_edition 
target_sw 
target_hw 
other 

Definition at line 40 of file CpeId.h.

Member Function Documentation

◆ asString()

const std::string & zypp::CpeId::EAttributeDef::asString ( Enum  val_r)
static

string representantion

Definition at line 420 of file CpeId.cc.

Member Data Documentation

◆ numAttributes

constexpr unsigned zypp::CpeId::EAttributeDef::numAttributes = other+1
staticconstexpr

number of attributes

Definition at line 53 of file CpeId.h.


The documentation for this struct was generated from the following files: