xccdf_check_export Struct Reference
[XCCDF]

XCCDF check export. More...

#include <xccdf.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

Detailed Description

XCCDF check export.

See also:
xccdf_check

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

Generated on 30 Mar 2012 for Open SCAP Library by  doxygen 1.6.1