XCCDF target fact. More...
#include <xccdf.h>
Public Member Functions | |
struct xccdf_plain_text * | xccdf_plain_text_new (void) |
struct xccdf_plain_text * | xccdf_plain_text_new_fill (const char *id, const char *text) |
void | xccdf_plain_text_free (struct xccdf_plain_text *plain) |
struct xccdf_plain_text * | xccdf_plain_text_clone (const struct xccdf_plain_text *pt) |
Getters | |
const char * | xccdf_plain_text_get_id (const struct xccdf_plain_text *item) |
const char * | xccdf_plain_text_get_text (const struct xccdf_plain_text *item) |
Setters | |
bool | xccdf_plain_text_set_id (struct xccdf_plain_text *obj, const char *newval) |
bool | xccdf_plain_text_set_text (struct xccdf_plain_text *obj, const char *newval) |
Data Fields | |
char * | id |
char * | text |
XCCDF target fact.