xccdf_reference Struct Reference
[XCCDF]

XCCDF reference. More...

#include <xccdf.h>

Public Member Functions

Getters

Return value is pointer to structure's member.

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



struct xccdf_referencexccdf_reference_new (void)
struct xccdf_referencexccdf_reference_clone (const struct xccdf_reference *old_reference)
void xccdf_reference_free (struct xccdf_reference *ref)
const char * xccdf_reference_get_href (const struct xccdf_reference *reference)
struct oscap_textxccdf_reference_get_text (const struct xccdf_reference *reference)
Setters

For lists use add functions.

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



bool xccdf_reference_set_href (struct xccdf_reference *obj, const char *newval)
bool xccdf_reference_set_text (struct xccdf_reference *obj, struct oscap_text *newval)

Data Fields

struct oscap_texttext
char * href

Detailed Description

XCCDF reference.

See also:
xccdf_rule

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

Generated on 14 Jul 2010 for Open SCAP Library by  doxygen 1.6.1