XCCDF instance. More...
#include <xccdf.h>
Public Member Functions | |
struct xccdf_instance * | xccdf_instance_new (void) |
struct xccdf_instance * | xccdf_instance_clone (const struct xccdf_instance *instance) |
void | xccdf_instance_free (struct xccdf_instance *inst) |
Getters | |
const char * | xccdf_instance_get_context (const struct xccdf_instance *item) |
const char * | xccdf_instance_get_parent_context (const struct xccdf_instance *item) |
const char * | xccdf_instance_get_content (const struct xccdf_instance *item) |
Setters | |
bool | xccdf_instance_set_context (struct xccdf_instance *obj, const char *newval) |
bool | xccdf_instance_set_parent_context (struct xccdf_instance *obj, const char *newval) |
bool | xccdf_instance_set_content (struct xccdf_instance *obj, const char *newval) |
Data Fields | |
char * | context |
char * | parent_context |
char * | content |
XCCDF instance.