Open SCAP Library
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
cve_product Struct Reference

Structure holding CVE product data. More...

#include <cve_priv.h>

Public Member Functions

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

For lists use add functions.

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

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

Data Fields

char * value
 

Detailed Description

Structure holding CVE product data.


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