cve_product Struct Reference
[Private membersCVE]

Structure holding CVE product data. More...

#include <cve_priv.h>

Data Fields

struct xml_metadata xml
char * value

Related Functions

(Note that these are not member functions.)



Set functions

Set functions assign values to members of structures except lists.

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

Constructors of CVE model structures.

Free function returns new empty allocated structure. If returns non NULL it need to be freed by the caller.



struct cve_productcve_product_new (void)
 New CVE product.
Free functions

Destructors of CVE model structures.

Functions free structures with all members recursively. For simple deletion of entity use remove functions.



void cve_product_free (struct cve_product *product)
 Free CVE product.

Detailed Description

Structure holding CVE product data.


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

Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1