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

Public Member Functions

xmlNode * cvrf_group_to_dom (const struct cvrf_group *group)
 Parent: CVRF ProductGroups container. More...
 
OSCAP_API struct cvrf_groupcvrf_group_new (void)
 New CVRF Group child of ProductGroups container element. More...
 
OSCAP_API void cvrf_group_free (struct cvrf_group *group)
 Deallocates memory for a Group element. More...
 
OSCAP_API struct cvrf_groupcvrf_group_clone (const struct cvrf_group *group)
 
OSCAP_API const char * cvrf_group_get_group_id (const struct cvrf_group *group)
 
OSCAP_API const char * cvrf_group_get_description (const struct cvrf_group *group)
 
OSCAP_API bool cvrf_group_set_group_id (struct cvrf_group *group, const char *group_id)
 
OSCAP_API bool cvrf_group_set_description (struct cvrf_group *group, const char *description)
 
OSCAP_API struct oscap_string_iteratorcvrf_group_get_product_ids (struct cvrf_group *group)
 

Data Fields

char * group_id
 
char * description
 
struct oscap_stringlistproduct_ids
 

Member Function Documentation

◆ cvrf_group_to_dom()

xmlNode * cvrf_group_to_dom ( const struct cvrf_group group)

Parent: CVRF ProductGroups container.

Parameters
groupCVRF Group structure to be exported to XML
Returns
xmlNode representing Group element

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