cpe_vendor Struct Reference
[CPE Dictionary]

Structure with information about vendor. More...

#include <cpedict_priv.h>

Data Fields

struct xml_metadata xml
char * value
struct oscap_listtitles
struct oscap_listproducts

Related Functions

(Note that these are not member functions.)



struct cpe_vendorcpe_vendor_parse (xmlTextReaderPtr reader)
 Parsing function to parse vendors of CPE dictionary.
void cpe_vendor_export (const struct cpe_vendor *vendor, xmlTextWriterPtr writer)
 Exporting function for CPE vendor.
const char * cpe_vendor_get_value (const struct cpe_vendor *item)
 cpe_vendor functions to get vendor value
struct oscap_title_iteratorcpe_vendor_get_titles (const struct cpe_vendor *item)
 cpe_vendor functions to get vendor titles
struct cpe_product_iteratorcpe_vendor_get_products (const struct cpe_vendor *item)
 cpe_vendor functions to get vendor products
void cpe_vendor_free (struct cpe_vendor *vendor)
struct cpe_vendorcpe_vendor_new (void)
bool cpe_vendor_set_value (struct cpe_vendor *vendor, const char *new_value)
bool cpe_vendor_add_title (struct cpe_vendor *vendor, struct oscap_title *new_title)
bool cpe_vendor_add_product (struct cpe_vendor *vendor, struct cpe_product *new_product)

Detailed Description

Structure with information about vendor.


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

Generated on 12 Nov 2009 for Open SCAP Library by  doxygen 1.6.1