Public Member Functions |
const char * | xccdf_profile_get_id (const struct xccdf_profile *profile) |
struct oscap_text_iterator * | xccdf_profile_get_title (const struct xccdf_profile *profile) |
struct oscap_text_iterator * | xccdf_profile_get_description (const struct xccdf_profile *profile) |
const char * | xccdf_profile_get_version (const struct xccdf_profile *profile) |
const char * | xccdf_profile_get_extends (const struct xccdf_profile *profile) |
struct xccdf_benchmark * | xccdf_profile_get_benchmark (const struct xccdf_profile *profile) |
bool | xccdf_profile_get_abstract (const struct xccdf_profile *profile) |
bool | xccdf_profile_get_prohibit_changes (const struct xccdf_profile *profile) |
struct oscap_string_iterator * | xccdf_profile_get_platforms (const struct xccdf_profile *profile) |
struct xccdf_status_iterator * | xccdf_profile_get_statuses (const struct xccdf_profile *profile) |
struct xccdf_reference_iterator * | xccdf_profile_get_references (const struct xccdf_profile *profile) |
xccdf_status_type_t | xccdf_profile_get_status_current (const struct xccdf_profile *profile) |
struct xccdf_select_iterator * | xccdf_profile_get_selects (const struct xccdf_profile *profile) |
struct xccdf_setvalue_iterator * | xccdf_profile_get_setvalues (const struct xccdf_profile *profile) |
struct
xccdf_refine_value_iterator * | xccdf_profile_get_refine_values (const struct xccdf_profile *profile) |
struct xccdf_refine_rule_iterator * | xccdf_profile_get_refine_rules (const struct xccdf_profile *profile) |
struct xccdf_item * | xccdf_profile_to_item (struct xccdf_profile *item) |
bool | xccdf_profile_add_description (struct xccdf_profile *item, struct oscap_text *newval) |
bool | xccdf_profile_add_platform (struct xccdf_profile *item, const char *newval) |
bool | xccdf_profile_add_reference (struct xccdf_profile *item, struct xccdf_reference *newval) |
bool | xccdf_profile_add_status (struct xccdf_profile *item, struct xccdf_status *newval) |
bool | xccdf_profile_add_title (struct xccdf_profile *item, struct oscap_text *newval) |
bool | xccdf_profile_set_id (struct xccdf_profile *item, const char *newval) |
bool | xccdf_profile_set_extends (struct xccdf_profile *item, const char *newval) |
bool | xccdf_profile_set_version (struct xccdf_profile *item, const char *newval) |
bool | xccdf_profile_set_version_time (struct xccdf_profile *item, time_t newval) |
bool | xccdf_profile_set_version_update (struct xccdf_profile *item, const char *newval) |
const char * | xccdf_profile_get_version_update (const struct xccdf_profile *profile) |
time_t | xccdf_profile_get_version_time (const struct xccdf_profile *profile) |
const char * | xccdf_profile_get_note_tag (const struct xccdf_profile *profile) |
XCCDF Profile.