cpe_update Struct Reference
[Private membersCPE Dictionary]

Update of product version. More...

#include <cpedict_priv.h>

Data Fields

struct xml_metadata xml
char * value
struct oscap_listeditions

Related Functions

(Note that these are not member functions.)



Get functions

Functions for getting attributes from CVE model structures.

Return value is pointer to structure's member. Do not free unless you null the pointer in the structure. Use remove function otherwise.



struct cpe_update_iteratorcpe_version_get_updates (const struct cpe_version *items)
 cpe_version functions to get value of version
const char * cpe_update_get_value (const struct cpe_update *item)
 cpe_update functions to get updates of version
Free functions

Destructors of CVE model structures.

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



void cpe_update_free (struct cpe_update *update)
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 cpe_updatecpe_update_new (void)
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 cpe_update_set_value (struct cpe_update *update, const char *new_value)
Add functions

Functions to add member to list.

Return value is true if added succesfuly or false in case of error.



bool cpe_update_add_edition (struct cpe_update *update, struct cpe_edition *new_edition)

Detailed Description

Update of product version.


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