XCCDF note for given rule in context of given profile. More...
#include <xccdf.h>
Public Member Functions | |
struct xccdf_profile_note * | xccdf_profile_note_new (void) |
void | xccdf_profile_note_free (struct xccdf_profile_note *note) |
Getters | |
const char * | xccdf_profile_note_get_reftag (const struct xccdf_profile_note *note) |
struct oscap_text * | xccdf_profile_note_get_text (const struct xccdf_profile_note *note) |
Setters | |
bool | xccdf_profile_note_set_reftag (struct xccdf_profile_note *obj, const char *newval) |
bool | xccdf_profile_note_set_text (struct xccdf_profile_note *obj, struct oscap_text *newval) |
Data Fields | |
struct oscap_text * | text |
char * | reftag |
XCCDF note for given rule in context of given profile.