Product of some vendor. More...
#include <cpedict_priv.h>
Data Fields | |
struct xml_metadata | xml |
char * | value |
cpe_part_t | part |
struct oscap_list * | versions |
Related Functions | |
(Note that these are not member functions.) | |
Get functions | |
const char * | cpe_product_get_value (const struct cpe_product *item) |
cpe_product functions to get product value | |
cpe_part_t | cpe_product_get_part (const struct cpe_product *item) |
cpe_product functions to get product part | |
Free functions | |
void | cpe_product_free (struct cpe_product *product) |
New functions | |
struct cpe_product * | cpe_product_new (void) |
Set functions | |
bool | cpe_product_set_value (struct cpe_product *product, const char *new_value) |
bool | cpe_product_set_part (struct cpe_product *product, cpe_part_t new_part) |
Add functions | |
bool | cpe_product_add_version (struct cpe_product *product, struct cpe_version *new_version) |
Product of some vendor.