Version of product. More...
#include <cpedict_priv.h>
Data Fields | |
struct xml_metadata | xml |
char * | value |
struct oscap_list * | updates |
Related Functions | |
(Note that these are not member functions.) | |
Get functions | |
struct cpe_version_iterator * | cpe_product_get_versions (const struct cpe_product *item) |
cpe_product functions to get versions of product | |
const char * | cpe_version_get_value (const struct cpe_version *item) |
cpe_version functions to get vupdates of versions | |
Free functions | |
void | cpe_version_free (struct cpe_version *version) |
New functions | |
struct cpe_version * | cpe_version_new (void) |
Set functions | |
bool | cpe_version_set_value (struct cpe_version *version, const char *new_value) |
Add functions | |
bool | cpe_version_add_update (struct cpe_version *version, struct cpe_update *new_update) |
Version of product.