Open SCAP Library
Public Member Functions | Data Fields
xccdf_model Struct Reference

XCCDF scoring model. More...

#include <xccdf.h>

Public Member Functions

struct xccdf_modelxccdf_model_new (void)
struct xccdf_modelxccdf_model_clone (const struct xccdf_model *old_model)
void xccdf_model_free (struct xccdf_model *model)
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_model_get_system (const struct xccdf_model *model)
Setters

For lists use add functions.

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

bool xccdf_model_set_system (struct xccdf_model *obj, const char *newval)

Data Fields

char * system
struct oscap_htableparams

Detailed Description

XCCDF scoring model.


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