Open SCAP Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
cvrf_acknowledgment Struct Reference

Public Member Functions

xmlNode * cvrf_acknowledgment_to_dom (struct cvrf_acknowledgment *ack)
 Parent: Acknowledgements container. More...
 
struct cvrf_acknowledgmentcvrf_acknowledgment_new (void)
 New CVRF Acknowledgment element within Acknowledgments container. More...
 
void cvrf_acknowledgment_free (struct cvrf_acknowledgment *ack)
 Deallocates memory for an Acknowledgment element of the Acknowledgments container. More...
 
struct cvrf_acknowledgmentcvrf_acknowledgment_clone (const struct cvrf_acknowledgment *ack)
 
const char * cvrf_acknowledgment_get_description (const struct cvrf_acknowledgment *ack)
 
bool cvrf_acknowledgment_set_description (struct cvrf_acknowledgment *ack, const char *description)
 
struct oscap_string_iteratorcvrf_acknowledgment_get_names (const struct cvrf_acknowledgment *ack)
 
struct oscap_string_iteratorcvrf_acknowledgment_get_organizations (const struct cvrf_acknowledgment *ack)
 
struct oscap_string_iteratorcvrf_acknowledgment_get_urls (const struct cvrf_acknowledgment *ack)
 

Data Fields

struct oscap_stringlistnames
 
struct oscap_stringlistorganizations
 
char * description
 
struct oscap_stringlisturls
 

Member Function Documentation

xmlNode * cvrf_acknowledgment_to_dom ( struct cvrf_acknowledgment ack)

Parent: Acknowledgements container.

Parameters
ackCVRF Acknowledgment structure to be exported to XML
Returns
xmlNode representing Acknowledgment element

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