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

Detailed Description

XCCDF check export.

See Also
xccdf_check

#include <xccdf_benchmark.h>

Public Member Functions

struct xccdf_check_exportxccdf_check_export_clone (const struct xccdf_check_export *old_export)
 
struct xccdf_check_exportxccdf_check_export_new (void)
 
void xccdf_check_export_free (struct xccdf_check_export *item)
 
Getters

Return value is pointer to structure's member.

Do not free unless you null the pointer in the structure. Use remove function otherwise.

const char * xccdf_check_export_get_value (const struct xccdf_check_export *item)
 
const char * xccdf_check_export_get_name (const struct xccdf_check_export *item)
 
Setters

For lists use add functions.

Parameters of set functions are duplicated in memory and need to be freed by caller.

bool xccdf_check_export_set_name (struct xccdf_check_export *obj, const char *newval)
 
bool xccdf_check_export_set_value (struct xccdf_check_export *obj, const char *newval)
 

Data Fields

char * name
 
char * value
 

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