XCCDF scoring model. More...
#include <xccdf.h>
Public Member Functions | |
struct xccdf_model * | xccdf_model_new (void) |
struct xccdf_model * | xccdf_model_clone (const struct xccdf_model *old_model) |
void | xccdf_model_free (struct xccdf_model *model) |
Getters | |
const char * | xccdf_model_get_system (const struct xccdf_model *model) |
Setters | |
bool | xccdf_model_set_system (struct xccdf_model *obj, const char *newval) |
Data Fields | |
char * | system |
struct oscap_htable * | params |
XCCDF scoring model.