Open SCAP Library
Public Member Functions | Data Fields

cve_product Struct Reference


Detailed Description

Structure holding CVE product data.

#include <cve_priv.h>

Public Member Functions

struct cve_productcve_product_new (void)
 New CVE product.
struct cve_productcve_product_clone (struct cve_product *old_product)
 Clone CVE product.
void cve_product_free (struct cve_product *product)
 Free CVE product.
Setters

For lists use add functions.

Parameters of set functions are duplicated in memory and need to be freed by caller.

bool cve_product_set_value (struct cve_product *product, const char *new_value)
 Set value of CVE product.

Data Fields

char * value

The documentation for this struct was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines