Open SCAP Library
|
XCCDF check content reference. More...
#include <xccdf_benchmark.h>
Public Member Functions | |
OSCAP_API struct xccdf_check_content_ref * | xccdf_check_content_ref_clone (const struct xccdf_check_content_ref *old_ref) |
OSCAP_API struct xccdf_check_content_ref * | xccdf_check_content_ref_new (void) |
OSCAP_API void | xccdf_check_content_ref_free (struct xccdf_check_content_ref *ref) |
Getters | |
Return value is pointer to structure's member. Do not free unless you null the pointer in the structure. Use remove function otherwise. | |
OSCAP_API const char * | xccdf_check_content_ref_get_href (const struct xccdf_check_content_ref *ref) |
OSCAP_API const char * | xccdf_check_content_ref_get_name (const struct xccdf_check_content_ref *ref) |
Setters | |
For lists use add functions. Parameters of set functions are duplicated in memory and need to be freed by caller. | |
OSCAP_API bool | xccdf_check_content_ref_set_name (struct xccdf_check_content_ref *obj, const char *newval) |
OSCAP_API bool | xccdf_check_content_ref_set_href (struct xccdf_check_content_ref *obj, const char *newval) |
Data Fields | |
char * | href |
char * | name |
XCCDF check content reference.