Open SCAP Library
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
cvrf_product_status Struct Reference
Collaboration diagram for cvrf_product_status:
[legend]

Public Member Functions

cvrf_product_status_type_t cvrf_product_status_get_type (struct cvrf_product_status *stat)
 Indicates the status of products with regards to a Vulnerability. More...
 
xmlNode * cvrf_product_status_to_dom (const struct cvrf_product_status *stat)
 Parent: ProductStatuses container in a CVRF Vulnerability element. More...
 
OSCAP_API struct cvrf_product_statuscvrf_product_status_new (void)
 New Status member of a ProductStatuses container within a Vulnerability element. More...
 
OSCAP_API void cvrf_product_status_free (struct cvrf_product_status *status)
 Deallocates memory for a Status element of the ProductStatuses container. More...
 
OSCAP_API struct cvrf_product_statuscvrf_product_status_clone (const struct cvrf_product_status *stat)
 
OSCAP_API struct oscap_string_iteratorcvrf_product_status_get_ids (struct cvrf_product_status *stat)
 

Data Fields

cvrf_product_status_type_t type
 
struct oscap_stringlistproduct_ids
 

Member Function Documentation

◆ cvrf_product_status_get_type()

cvrf_product_status_type_t cvrf_product_status_get_type ( struct cvrf_product_status stat)

Indicates the status of products with regards to a Vulnerability.

Parameters
statCVRF Status structure
Returns
Enum representing Type attribute of the Status element

◆ cvrf_product_status_to_dom()

xmlNode * cvrf_product_status_to_dom ( const struct cvrf_product_status stat)

Parent: ProductStatuses container in a CVRF Vulnerability element.

Parameters
statCVRF Status structure to be exported to XML
Returns
xmlNode representing Status element

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