Public Member Functions | |
struct xccdf_target_fact * | xccdf_target_fact_new (void) |
void | xccdf_target_fact_free (struct xccdf_target_fact *fact) |
bool | xccdf_target_fact_set_string (struct xccdf_target_fact *fact, const char *str) |
bool | xccdf_target_fact_set_number (struct xccdf_target_fact *fact, xccdf_numeric val) |
bool | xccdf_target_fact_set_boolean (struct xccdf_target_fact *fact, bool val) |
xccdf_value_type_t | xccdf_target_fact_get_type (const struct xccdf_target_fact *item) |
const char * | xccdf_target_fact_get_value (const struct xccdf_target_fact *item) |
const char * | xccdf_target_fact_get_name (const struct xccdf_target_fact *item) |
bool | xccdf_target_fact_set_name (struct xccdf_target_fact *obj, const char *newval) |
Data Fields | |
xccdf_value_type_t | type |
char * | name |
char * | value |
void xccdf_target_fact_free | ( | struct xccdf_target_fact * | fact | ) |
const char * xccdf_target_fact_get_name | ( | const struct xccdf_target_fact * | item | ) |
xccdf_value_type_t xccdf_target_fact_get_type | ( | const struct xccdf_target_fact * | item | ) |
const char * xccdf_target_fact_get_value | ( | const struct xccdf_target_fact * | item | ) |
struct xccdf_target_fact * xccdf_target_fact_new | ( | void | ) | [read] |
bool xccdf_target_fact_set_boolean | ( | struct xccdf_target_fact * | fact, | |
bool | val | |||
) |
bool xccdf_target_fact_set_name | ( | struct xccdf_target_fact * | obj, | |
const char * | newval | |||
) |
bool xccdf_target_fact_set_number | ( | struct xccdf_target_fact * | fact, | |
xccdf_numeric | val | |||
) |
bool xccdf_target_fact_set_string | ( | struct xccdf_target_fact * | fact, | |
const char * | str | |||
) |