cpe_language Struct Reference
[Private membersCPE Dictionary]

Language of product edition. More...

#include <cpedict_priv.h>

Data Fields

struct xml_metadata xml
char * value

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_language_iteratorcpe_edition_get_languages (const struct cpe_edition *items)
 cpe_edition functions to get languages of edition
const char * cpe_language_get_value (const struct cpe_language *item)
 cpe_language functions to get value of language
Free functions

Destructors of CVE model structures.

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



void cpe_language_free (struct cpe_language *language)
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_languagecpe_language_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_language_set_value (struct cpe_language *language, const char *new_value)

Detailed Description

Language of product edition.


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